Circled Digit Six vs Parenthesized Number Twenty
VS
Property Comparison
| Property | ⑥ 2465 | ⒇ 2487 |
|---|---|---|
| Name | Circled Digit Six | Parenthesized Number Twenty |
| 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 | 2465 | 2487 |
|---|---|---|
| Unicode | U+2465 | U+2487 |
| HTML Decimal | ⑥ | ⒇ |
| HTML Hex | ⑥ | ⒇ |
| CSS | \2465 | \2487 |
| JavaScript | \u{2465} | \u{2487} |
| Python | \u2465 | \u2487 |
| UTF-8 | e2 91 a5 | e2 92 87 |
How to Distinguish
Both Circled Digit Six and Parenthesized Number Twenty 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.