Roman Numeral Eleven vs Roman Numeral Seven
VS
Property Comparison
| Property | Ⅺ 216A | Ⅶ 2166 |
|---|---|---|
| Name | Roman Numeral Eleven | Roman Numeral Seven |
| Category | Roman Numerals | Roman Numerals |
| Block | Number Forms | Number Forms |
| Script | Latn | Latn |
| General Category | Letter Number (Nl) | Letter Number (Nl) |
| Bidirectional | L | L |
Encoding Comparison
| Format | 216A | 2166 |
|---|---|---|
| Unicode | U+216A | U+2166 |
| HTML Decimal | Ⅺ | Ⅶ |
| HTML Hex | Ⅺ | Ⅶ |
| CSS | \216A | \2166 |
| JavaScript | \u{216A} | \u{2166} |
| Python | \u216a | \u2166 |
| UTF-8 | e2 85 aa | e2 85 a6 |
How to Distinguish
Both Roman Numeral Eleven and Roman Numeral Seven belong to the Roman Numerals category and the Number Forms block. Compare their codepoints and visual rendering to distinguish them.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.