Latin Small Letter Reversed C vs Roman Numeral Four
VS
Property Comparison
| Property | ↄ 2184 | Ⅳ 2163 |
|---|---|---|
| Name | Latin Small Letter Reversed C | Roman Numeral Four |
| Category | Roman Numerals | Roman Numerals |
| Block | Number Forms | Number Forms |
| Script | Latn | Latn |
| General Category | Lowercase Letter (Ll) | Letter Number (Nl) |
| Bidirectional | L | L |
Encoding Comparison
| Format | 2184 | 2163 |
|---|---|---|
| Unicode | U+2184 | U+2163 |
| HTML Decimal | ↄ | Ⅳ |
| HTML Hex | ↄ | Ⅳ |
| CSS | \2184 | \2163 |
| JavaScript | \u{2184} | \u{2163} |
| Python | \u2184 | \u2163 |
| UTF-8 | e2 86 84 | e2 85 a3 |
How to Distinguish
Both Latin Small Letter Reversed C and Roman Numeral Four 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.