Roman Numeral One vs Small Roman Numeral Fifty
VS
Property Comparison
| Property | Ⅰ 2160 | ⅼ 217C |
|---|---|---|
| Name | Roman Numeral One | Small Roman Numeral Fifty |
| 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 | 2160 | 217C |
|---|---|---|
| Unicode | U+2160 | U+217C |
| HTML Decimal | Ⅰ | ⅼ |
| HTML Hex | Ⅰ | ⅼ |
| CSS | \2160 | \217C |
| JavaScript | \u{2160} | \u{217C} |
| Python | \u2160 | \u217c |
| UTF-8 | e2 85 a0 | e2 85 bc |
How to Distinguish
Both Roman Numeral One and Small Roman Numeral Fifty 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.