Circled Latin Small Letter U vs Circled Number Seventeen
VS
Property Comparison
| Property | ⓤ 24E4 | ⑰ 2470 |
|---|---|---|
| Name | Circled Latin Small Letter U | Circled Number Seventeen |
| 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 | 24E4 | 2470 |
|---|---|---|
| Unicode | U+24E4 | U+2470 |
| HTML Decimal | ⓤ | ⑰ |
| HTML Hex | ⓤ | ⑰ |
| CSS | \24E4 | \2470 |
| JavaScript | \u{24E4} | \u{2470} |
| Python | \u24e4 | \u2470 |
| UTF-8 | e2 93 a4 | e2 91 b0 |
How to Distinguish
Both Circled Latin Small Letter U and Circled Number Seventeen 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.