Circled Number Seventeen vs Parenthesized Number Thirteen
VS
Property Comparison
| Property | ⑰ 2470 | ⒀ 2480 |
|---|---|---|
| Name | Circled Number Seventeen | 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 | 2470 | 2480 |
|---|---|---|
| Unicode | U+2470 | U+2480 |
| HTML Decimal | ⑰ | ⒀ |
| HTML Hex | ⑰ | ⒀ |
| CSS | \2470 | \2480 |
| JavaScript | \u{2470} | \u{2480} |
| Python | \u2470 | \u2480 |
| UTF-8 | e2 91 b0 | e2 92 80 |
How to Distinguish
Both Circled Number Seventeen 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.