Circled Number Twelve vs Parenthesized Number Eleven
VS
Property Comparison
| Property | ⑫ 246B | ⑾ 247E |
|---|---|---|
| Name | Circled Number Twelve | Parenthesized Number Eleven |
| 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 | 247E |
|---|---|---|
| Unicode | U+246B | U+247E |
| HTML Decimal | ⑫ | ⑾ |
| HTML Hex | ⑫ | ⑾ |
| CSS | \246B | \247E |
| JavaScript | \u{246B} | \u{247E} |
| Python | \u246b | \u247e |
| UTF-8 | e2 91 ab | e2 91 be |
How to Distinguish
Both Circled Number Twelve and Parenthesized Number Eleven 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.