Circled Latin Capital Letter U vs Circled Number Nineteen
VS
Property Comparison
| Property | Ⓤ 24CA | ⑲ 2472 |
|---|---|---|
| Name | Circled Latin Capital Letter U | Circled Number Nineteen |
| Category | Enclosed Numbers | Enclosed Numbers |
| Block | Enclosed Alphanumerics | Enclosed Alphanumerics |
| Script | Zyyy | Zyyy |
| General Category | Other Symbol (So) | Other Number (No) |
| Bidirectional | L | ON |
Encoding Comparison
| Format | 24CA | 2472 |
|---|---|---|
| Unicode | U+24CA | U+2472 |
| HTML Decimal | Ⓤ | ⑲ |
| HTML Hex | Ⓤ | ⑲ |
| CSS | \24CA | \2472 |
| JavaScript | \u{24CA} | \u{2472} |
| Python | \u24ca | \u2472 |
| UTF-8 | e2 93 8a | e2 91 b2 |
How to Distinguish
Both Circled Latin Capital Letter U and Circled Number Nineteen 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.