Roman Numeral Seven vs Roman Numeral Two
VS
Property Comparison
| Property | Ⅶ 2166 | Ⅱ 2161 |
|---|---|---|
| Name | Roman Numeral Seven | Roman Numeral Two |
| 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 | 2166 | 2161 |
|---|---|---|
| Unicode | U+2166 | U+2161 |
| HTML Decimal | Ⅶ | Ⅱ |
| HTML Hex | Ⅶ | Ⅱ |
| CSS | \2166 | \2161 |
| JavaScript | \u{2166} | \u{2161} |
| Python | \u2166 | \u2161 |
| UTF-8 | e2 85 a6 | e2 85 a1 |
How to Distinguish
Both Roman Numeral Seven and Roman Numeral Two 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.