Roman Numeral Ten vs Roman Numeral Three
VS
Property Comparison
| Property | Ⅹ 2169 | Ⅲ 2162 |
|---|---|---|
| Name | Roman Numeral Ten | Roman Numeral Three |
| 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 | 2169 | 2162 |
|---|---|---|
| Unicode | U+2169 | U+2162 |
| HTML Decimal | Ⅹ | Ⅲ |
| HTML Hex | Ⅹ | Ⅲ |
| CSS | \2169 | \2162 |
| JavaScript | \u{2169} | \u{2162} |
| Python | \u2169 | \u2162 |
| UTF-8 | e2 85 a9 | e2 85 a2 |
How to Distinguish
Both Roman Numeral Ten and Roman Numeral Three 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.