Roman Numeral One vs Roman Numeral Reversed One Hundred
VS
Property Comparison
| Property | Ⅰ 2160 | Ↄ 2183 |
|---|---|---|
| Name | Roman Numeral One | Roman Numeral Reversed One Hundred |
| Category | Roman Numerals | Roman Numerals |
| Block | Number Forms | Number Forms |
| Script | Latn | Latn |
| General Category | Letter Number (Nl) | Uppercase Letter (Lu) |
| Bidirectional | L | L |
Encoding Comparison
| Format | 2160 | 2183 |
|---|---|---|
| Unicode | U+2160 | U+2183 |
| HTML Decimal | Ⅰ | Ↄ |
| HTML Hex | Ⅰ | Ↄ |
| CSS | \2160 | \2183 |
| JavaScript | \u{2160} | \u{2183} |
| Python | \u2160 | \u2183 |
| UTF-8 | e2 85 a0 | e2 86 83 |
How to Distinguish
Both Roman Numeral One and Roman Numeral Reversed One Hundred 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.