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