Circled Digit Four vs Circled Latin Capital Letter O
VS
Property Comparison
| Property | ④ 2463 | Ⓞ 24C4 |
|---|---|---|
| Name | Circled Digit Four | Circled Latin Capital Letter O |
| Category | Enclosed Numbers | Enclosed Numbers |
| Block | Enclosed Alphanumerics | Enclosed Alphanumerics |
| Script | Zyyy | Zyyy |
| General Category | Other Number (No) | Other Symbol (So) |
| Bidirectional | ON | L |
Encoding Comparison
| Format | 2463 | 24C4 |
|---|---|---|
| Unicode | U+2463 | U+24C4 |
| HTML Decimal | ④ | Ⓞ |
| HTML Hex | ④ | Ⓞ |
| CSS | \2463 | \24C4 |
| JavaScript | \u{2463} | \u{24C4} |
| Python | \u2463 | \u24c4 |
| UTF-8 | e2 91 a3 | e2 93 84 |
How to Distinguish
Both Circled Digit Four and Circled Latin Capital Letter O 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.