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