Circled Number Twelve vs Parenthesized Latin Small Letter U
VS
Property Comparison
| Property | ⑫ 246B | ⒰ 24B0 |
|---|---|---|
| Name | Circled Number Twelve | Parenthesized Latin Small 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 | 246B | 24B0 |
|---|---|---|
| Unicode | U+246B | U+24B0 |
| HTML Decimal | ⑫ | ⒰ |
| HTML Hex | ⑫ | ⒰ |
| CSS | \246B | \24B0 |
| JavaScript | \u{246B} | \u{24B0} |
| Python | \u246b | \u24b0 |
| UTF-8 | e2 91 ab | e2 92 b0 |
How to Distinguish
Both Circled Number Twelve and Parenthesized Latin Small 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.