Circled Number Twelve vs Double Circled Digit Six
VS
Property Comparison
| Property | ⑫ 246B | ⓺ 24FA |
|---|---|---|
| Name | Circled Number Twelve | Double Circled Digit Six |
| 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 | 24FA |
|---|---|---|
| Unicode | U+246B | U+24FA |
| HTML Decimal | ⑫ | ⓺ |
| HTML Hex | ⑫ | ⓺ |
| CSS | \246B | \24FA |
| JavaScript | \u{246B} | \u{24FA} |
| Python | \u246b | \u24fa |
| UTF-8 | e2 91 ab | e2 93 ba |
How to Distinguish
Both Circled Number Twelve and Double Circled Digit Six 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.