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