U+217A · Letter number
Small Roman Numeral Eleven Symbol ⅺ
ⅺ is small roman numeral eleven, and Unicode gives it the numeric value 11. It was added in Unicode 1.1, and Unicode files it under Letter number.
Codes & technical data
| Unicode | U+217A | |
|---|---|---|
| HTML hex | ⅺ | |
| HTML decimal | ⅺ | |
| CSS | \217A | |
| JavaScript | \u{217A} | |
| Python | \U0000217A | |
| Java / C# | \u217A | |
| Rust | \u{217a} | |
| Swift | \u{217A} | |
| PHP | \u{217A} | |
| URL encoded | %E2%85%BA | |
| UTF-8 bytes | E2 85 BA | |
| UTF-16 bytes | 217A | |
| Base64 | 4oW6 | |
| Decimal | 8570 | |
| Decomposes to | xi (compat form) | |
| Numeric value | 11 | |
| 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
xi. 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 eleven characters
Unicode names 4 characters ending in “eleven”. 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 217A then press Alt+X |
|---|---|
| macOS | Press Ctrl+Cmd+Space, then search for “small roman numeral eleven” |
| Linux | Press Ctrl+Shift+U, type 217a, 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 eleven symbol?
- On Windows, type 217A and press Alt+X. On Linux press Ctrl+Shift+U then 217a. On any system the quickest route is the copy button on this page.
- What is the code for ⅺ?
- Small Roman Numeral Eleven is U+217A. In UTF-8 it takes 3 bytes. The table above lists every escape format.
- Will ⅺ survive being pasted anywhere?
- Not always. Small Roman Numeral Eleven is a compatibility character: any system that applies Unicode NFKC normalisation — search indexes, usernames, identifiers — replaces it with xi. Use it for display, not where text is normalised.