Circled Digit Four vs Circled Number Eighteen
VS
Property Comparison
| Property | ④ 2463 | ⑱ 2471 |
|---|---|---|
| Name | Circled Digit Four | Circled Number Eighteen |
| Category | Enclosed Numbers | Enclosed Numbers |
| Block | Enclosed Alphanumerics | Enclosed Alphanumerics |
| Script | Zyyy | Zyyy |
| General Category | Other Number (No) | Other Number (No) |
| Bidirectional | ON | ON |
Encoding Comparison
| Format | 2463 | 2471 |
|---|---|---|
| Unicode | U+2463 | U+2471 |
| HTML Decimal | ④ | ⑱ |
| HTML Hex | ④ | ⑱ |
| CSS | \2463 | \2471 |
| JavaScript | \u{2463} | \u{2471} |
| Python | \u2463 | \u2471 |
| UTF-8 | e2 91 a3 | e2 91 b1 |
How to Distinguish
Both Circled Digit Four and Circled Number Eighteen belong to the Enclosed Numbers category and the Enclosed Alphanumerics 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.