Circled Digit Four vs Circled Latin Capital Letter U
VS
Property Comparison
| Property | ④ 2463 | Ⓤ 24CA |
|---|---|---|
| Name | Circled Digit Four | Circled Latin Capital Letter U |
| 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 | 24CA |
|---|---|---|
| Unicode | U+2463 | U+24CA |
| HTML Decimal | ④ | Ⓤ |
| HTML Hex | ④ | Ⓤ |
| CSS | \2463 | \24CA |
| JavaScript | \u{2463} | \u{24CA} |
| Python | \u2463 | \u24ca |
| UTF-8 | e2 91 a3 | e2 93 8a |
How to Distinguish
Both Circled Digit Four and Circled Latin Capital Letter U 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.