Small Roman Numeral Eleven vs Small Roman Numeral One Thousand
VS
Property Comparison
| Property | ⅺ 217A | ⅿ 217F |
|---|---|---|
| Name | Small Roman Numeral Eleven | Small Roman Numeral One Thousand |
| 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 | 217A | 217F |
|---|---|---|
| Unicode | U+217A | U+217F |
| HTML Decimal | ⅺ | ⅿ |
| HTML Hex | ⅺ | ⅿ |
| CSS | \217A | \217F |
| JavaScript | \u{217A} | \u{217F} |
| Python | \u217a | \u217f |
| UTF-8 | e2 85 ba | e2 85 bf |
How to Distinguish
Both Small Roman Numeral Eleven and Small Roman Numeral One Thousand 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.