Circled Number Twelve vs Double Circled Digit Two
VS
Property Comparison
| Property | ⑫ 246B | ⓶ 24F6 |
|---|---|---|
| Name | Circled Number Twelve | Double Circled Digit Two |
| Category | Enclosed Numbers | Enclosed Numbers |
| Block | Enclosed Alphanumerics | Enclosed Alphanumerics |
| Script | Zyyy | Zyyy |
| General Category | Other Number (No) | Other Number (No) |
| Bidirectional | ON | ON |
Encoding Comparison
| Format | 246B | 24F6 |
|---|---|---|
| Unicode | U+246B | U+24F6 |
| HTML Decimal | ⑫ | ⓶ |
| HTML Hex | ⑫ | ⓶ |
| CSS | \246B | \24F6 |
| JavaScript | \u{246B} | \u{24F6} |
| Python | \u246b | \u24f6 |
| UTF-8 | e2 91 ab | e2 93 b6 |
How to Distinguish
Both Circled Number Twelve and Double Circled Digit Two 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.