Roman Numeral Four vs Roman Numeral One Hundred Thousand
VS
Property Comparison
| Property | Ⅳ 2163 | ↈ 2188 |
|---|---|---|
| Name | Roman Numeral Four | Roman Numeral One Hundred 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 | 2163 | 2188 |
|---|---|---|
| Unicode | U+2163 | U+2188 |
| HTML Decimal | Ⅳ | ↈ |
| HTML Hex | Ⅳ | ↈ |
| CSS | \2163 | \2188 |
| JavaScript | \u{2163} | \u{2188} |
| Python | \u2163 | \u2188 |
| UTF-8 | e2 85 a3 | e2 86 88 |
How to Distinguish
Both Roman Numeral Four and Roman Numeral One Hundred 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.