Circled Number Ten vs Circled Number Twelve
VS
Property Comparison
| Property | ⑩ 2469 | ⑫ 246B |
|---|---|---|
| Name | Circled Number Ten | Circled Number Twelve |
| 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 | 2469 | 246B |
|---|---|---|
| Unicode | U+2469 | U+246B |
| HTML Decimal | ⑩ | ⑫ |
| HTML Hex | ⑩ | ⑫ |
| CSS | \2469 | \246B |
| JavaScript | \u{2469} | \u{246B} |
| Python | \u2469 | \u246b |
| UTF-8 | e2 91 a9 | e2 91 ab |
How to Distinguish
Both Circled Number Ten and Circled Number Twelve 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.