Circled Digit Six vs Parenthesized Digit Three
VS
Property Comparison
| Property | ⑥ 2465 | ⑶ 2476 |
|---|---|---|
| Name | Circled Digit Six | Parenthesized Digit Three |
| 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 | 2476 |
|---|---|---|
| Unicode | U+2465 | U+2476 |
| HTML Decimal | ⑥ | ⑶ |
| HTML Hex | ⑥ | ⑶ |
| CSS | \2465 | \2476 |
| JavaScript | \u{2465} | \u{2476} |
| Python | \u2465 | \u2476 |
| UTF-8 | e2 91 a5 | e2 91 b6 |
How to Distinguish
Both Circled Digit Six and Parenthesized Digit Three 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.