U+216A · Letter number
Roman Numeral Eleven Symbol Ⅺ
Ⅺ is roman numeral eleven, U+216A. Unicode records it as a compatibility form of XI (compat form). It was added in Unicode 1.1, and Unicode files it under Letter number.
Codes & technical data
| Unicode | U+216A | |
|---|---|---|
| HTML hex | Ⅺ | |
| HTML decimal | Ⅺ | |
| CSS | \216A | |
| JavaScript | \u{216A} | |
| Python | \U0000216A | |
| Java / C# | \u216A | |
| Rust | \u{216a} | |
| Swift | \u{216A} | |
| PHP | \u{216A} | |
| URL encoded | %E2%85%AA | |
| UTF-8 bytes | E2 85 AA | |
| UTF-16 bytes | 216A | |
| Base64 | 4oWq | |
| Decimal | 8554 | |
| 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 216A then press Alt+X |
|---|---|
| macOS | Press Ctrl+Cmd+Space, then search for “roman numeral eleven” |
| Linux | Press Ctrl+Shift+U, type 216a, 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 eleven symbol?
- On Windows, type 216A and press Alt+X. On Linux press Ctrl+Shift+U then 216a. On any system the quickest route is the copy button on this page.
- What is the code for Ⅺ?
- Roman Numeral Eleven is U+216A. In UTF-8 it takes 3 bytes. The table above lists every escape format.
- Will Ⅺ survive being pasted anywhere?
- Not always. 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.