Circled Number Twelve vs Parenthesized Latin Small Letter D
VS
Property Comparison
| Property | ⑫ 246B | ⒟ 249F |
|---|---|---|
| Name | Circled Number Twelve | Parenthesized Latin Small Letter D |
| Category | Enclosed Numbers | Enclosed Numbers |
| Block | Enclosed Alphanumerics | Enclosed Alphanumerics |
| Script | Zyyy | Zyyy |
| General Category | Other Number (No) | Other Symbol (So) |
| Bidirectional | ON | L |
Encoding Comparison
| Format | 246B | 249F |
|---|---|---|
| Unicode | U+246B | U+249F |
| HTML Decimal | ⑫ | ⒟ |
| HTML Hex | ⑫ | ⒟ |
| CSS | \246B | \249F |
| JavaScript | \u{246B} | \u{249F} |
| Python | \u246b | \u249f |
| UTF-8 | e2 91 ab | e2 92 9f |
How to Distinguish
Both Circled Number Twelve and Parenthesized Latin Small Letter D 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.