Circled Number Nineteen vs Parenthesized Digit Seven
VS
Property Comparison
| Property | ⑲ 2472 | ⑺ 247A |
|---|---|---|
| Name | Circled Number Nineteen | Parenthesized Digit Seven |
| 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 | 2472 | 247A |
|---|---|---|
| Unicode | U+2472 | U+247A |
| HTML Decimal | ⑲ | ⑺ |
| HTML Hex | ⑲ | ⑺ |
| CSS | \2472 | \247A |
| JavaScript | \u{2472} | \u{247A} |
| Python | \u2472 | \u247a |
| UTF-8 | e2 91 b2 | e2 91 ba |
How to Distinguish
Both Circled Number Nineteen and Parenthesized Digit Seven 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.