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