Skip to content
EmojiDB

U+216D · Letter number

Roman Numeral One Hundred Symbol Ⅽ

Ⅽ is roman numeral one hundred, and Unicode gives it the numeric value 100. It was added in Unicode 1.1, and Unicode files it under Letter number.

Codes & technical data

UnicodeU+216D
HTML hexⅭ
HTML decimalⅭ
CSS\216D
JavaScript\u{216D}
Python\U0000216D
Java / C#\u216D
Rust\u{216d}
Swift\u{216D}
PHP\u{216D}
URL encoded%E2%85%AD
UTF-8 bytesE2 85 AD
UTF-16 bytes216D
Base644oWt
Decimal8557
Decomposes toC (compat form)
Numeric value100
CategoryLetter number (Nl)
IntroducedUnicode 1.1

Will Ⅽ survive being pasted?

  • Normalisation. No. Anything that applies NFKC — search indexes, usernames, domain names, programming identifiers — rewrites Ⅽ as C. Safe for display, not for storage.
  • Legacy encodings. Ⅽ is Unicode-only — it has no Latin-1 equivalent, so a system stuck on an 8-bit encoding cannot represent it.
  • Size. 3 bytes in UTF-8. Character-limited fields — SMS, bios, some form validators — usually count bytes, not characters.

Other hundred characters

Unicode names 4 characters ending in “hundred”. They differ by direction, weight or decoration rather than by meaning.

Nearby in Number Forms

Roman numerals as single characters, and the vulgar fractions beyond the three Latin-1 supplies. A Roman numeral here is one character, not a run of letters, so Ⅷ and VIII sort and search differently.

All 58 characters in Number Forms →

How to type Ⅽ

WindowsType 216D then press Alt+X
macOSPress Ctrl+Cmd+Space, then search for “roman numeral one hundred”
LinuxPress Ctrl+Shift+U, type 216d, press Enter
HTMLⅭ

About Unicode’s Letter number category

This is a letter number: a character that looks like a letter but carries a numeric value, the way Roman numerals do.

Frequently asked questions

How do I type the Ⅽ roman numeral one hundred symbol?
On Windows, type 216D and press Alt+X. On Linux press Ctrl+Shift+U then 216d. On any system the quickest route is the copy button on this page.
What is the code for Ⅽ?
Roman Numeral One Hundred is U+216D. In UTF-8 it takes 3 bytes. The table above lists every escape format.
Will Ⅽ survive being pasted anywhere?
Not always. Roman Numeral One Hundred is a compatibility character: any system that applies Unicode NFKC normalisation — search indexes, usernames, identifiers — replaces it with C. Use it for display, not where text is normalised.