Circled Number Twelve vs Negative Circled Number Seventeen
VS
Property Comparison
| Property | ⑫ 246B | ⓱ 24F1 |
|---|---|---|
| Name | Circled Number Twelve | Negative Circled Number Seventeen |
| 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 | 24F1 |
|---|---|---|
| Unicode | U+246B | U+24F1 |
| HTML Decimal | ⑫ | ⓱ |
| HTML Hex | ⑫ | ⓱ |
| CSS | \246B | \24F1 |
| JavaScript | \u{246B} | \u{24F1} |
| Python | \u246b | \u24f1 |
| UTF-8 | e2 91 ab | e2 93 b1 |
How to Distinguish
Both Circled Number Twelve and Negative 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.