Circled Digit Two vs Circled Number Eleven
VS
Property Comparison
| Property | ② 2461 | ⑪ 246A |
|---|---|---|
| Name | Circled Digit Two | Circled 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 | 2461 | 246A |
|---|---|---|
| Unicode | U+2461 | U+246A |
| HTML Decimal | ② | ⑪ |
| HTML Hex | ② | ⑪ |
| CSS | \2461 | \246A |
| JavaScript | \u{2461} | \u{246A} |
| Python | \u2461 | \u246a |
| UTF-8 | e2 91 a1 | e2 91 aa |
How to Distinguish
Both Circled Digit Two and Circled 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.