U+217D · Letter number
Small Roman Numeral One Hundred Symbol ⅽ
ⅽ is small 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
| Unicode | U+217D | |
|---|---|---|
| HTML hex | ⅽ | |
| HTML decimal | ⅽ | |
| CSS | \217D | |
| JavaScript | \u{217D} | |
| Python | \U0000217D | |
| Java / C# | \u217D | |
| Rust | \u{217d} | |
| Swift | \u{217D} | |
| PHP | \u{217D} | |
| URL encoded | %E2%85%BD | |
| UTF-8 bytes | E2 85 BD | |
| UTF-16 bytes | 217D | |
| Base64 | 4oW9 | |
| Decimal | 8573 | |
| Decomposes to | c (compat form) | |
| Numeric value | 100 | |
| Category | Letter number (Nl) | |
| Introduced | Unicode 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.
How to type ⅽ
| Windows | Type 217D then press Alt+X |
|---|---|
| macOS | Press Ctrl+Cmd+Space, then search for “small roman numeral one hundred” |
| Linux | Press Ctrl+Shift+U, type 217d, 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 ⅽ small roman numeral one hundred symbol?
- On Windows, type 217D and press Alt+X. On Linux press Ctrl+Shift+U then 217d. On any system the quickest route is the copy button on this page.
- What is the code for ⅽ?
- Small Roman Numeral One Hundred is U+217D. In UTF-8 it takes 3 bytes. The table above lists every escape format.
- Will ⅽ survive being pasted anywhere?
- Not always. Small 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.