Circled Number Twelve vs Parenthesized Digit Four
VS
Property Comparison
| Property | ⑫ 246B | ⑷ 2477 |
|---|---|---|
| Name | Circled Number Twelve | Parenthesized Digit Four |
| 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 | 2477 |
|---|---|---|
| Unicode | U+246B | U+2477 |
| HTML Decimal | ⑫ | ⑷ |
| HTML Hex | ⑫ | ⑷ |
| CSS | \246B | \2477 |
| JavaScript | \u{246B} | \u{2477} |
| Python | \u246b | \u2477 |
| UTF-8 | e2 91 ab | e2 91 b7 |
How to Distinguish
Both Circled Number Twelve and Parenthesized Digit Four 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.