Small Roman Numeral Five vs Small Roman Numeral Ten
VS
Property Comparison
| Property | ⅴ 2174 | ⅹ 2179 |
|---|---|---|
| Name | Small Roman Numeral Five | Small Roman Numeral Ten |
| 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 | 2174 | 2179 |
|---|---|---|
| Unicode | U+2174 | U+2179 |
| HTML Decimal | ⅴ | ⅹ |
| HTML Hex | ⅴ | ⅹ |
| CSS | \2174 | \2179 |
| JavaScript | \u{2174} | \u{2179} |
| Python | \u2174 | \u2179 |
| UTF-8 | e2 85 b4 | e2 85 b9 |
How to Distinguish
Both Small Roman Numeral Five and Small Roman Numeral Ten 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.