Circled Number Twelve vs Digit Six Full Stop
VS
Property Comparison
| Property | ⑫ 246B | ⒍ 248D |
|---|---|---|
| Name | Circled Number Twelve | Digit Six Full Stop |
| Category | Enclosed Numbers | Enclosed Numbers |
| Block | Enclosed Alphanumerics | Enclosed Alphanumerics |
| Script | Zyyy | Zyyy |
| General Category | Other Number (No) | Other Number (No) |
| Bidirectional | ON | EN |
Encoding Comparison
| Format | 246B | 248D |
|---|---|---|
| Unicode | U+246B | U+248D |
| HTML Decimal | ⑫ | ⒍ |
| HTML Hex | ⑫ | ⒍ |
| CSS | \246B | \248D |
| JavaScript | \u{246B} | \u{248D} |
| Python | \u246b | \u248d |
| UTF-8 | e2 91 ab | e2 92 8d |
How to Distinguish
Both Circled Number Twelve and Digit Six Full Stop 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.