Circled Number Seventeen vs Parenthesized Latin Small Letter W
VS
Property Comparison
| Property | ⑰ 2470 | ⒲ 24B2 |
|---|---|---|
| Name | Circled Number Seventeen | Parenthesized Latin Small Letter W |
| Category | Enclosed Numbers | Enclosed Numbers |
| Block | Enclosed Alphanumerics | Enclosed Alphanumerics |
| Script | Zyyy | Zyyy |
| General Category | Other Number (No) | Other Symbol (So) |
| Bidirectional | ON | L |
Encoding Comparison
| Format | 2470 | 24B2 |
|---|---|---|
| Unicode | U+2470 | U+24B2 |
| HTML Decimal | ⑰ | ⒲ |
| HTML Hex | ⑰ | ⒲ |
| CSS | \2470 | \24B2 |
| JavaScript | \u{2470} | \u{24B2} |
| Python | \u2470 | \u24b2 |
| UTF-8 | e2 91 b0 | e2 92 b2 |
How to Distinguish
Both Circled Number Seventeen and Parenthesized Latin Small Letter W 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.