Circled Latin Small Letter A vs Circled Number Nineteen
VS
Property Comparison
| Property | ⓐ 24D0 | ⑲ 2472 |
|---|---|---|
| Name | Circled Latin Small Letter A | Circled Number Nineteen |
| Category | Enclosed Numbers | Enclosed Numbers |
| Block | Enclosed Alphanumerics | Enclosed Alphanumerics |
| Script | Zyyy | Zyyy |
| General Category | Other Symbol (So) | Other Number (No) |
| Bidirectional | L | ON |
Encoding Comparison
| Format | 24D0 | 2472 |
|---|---|---|
| Unicode | U+24D0 | U+2472 |
| HTML Decimal | ⓐ | ⑲ |
| HTML Hex | ⓐ | ⑲ |
| CSS | \24D0 | \2472 |
| JavaScript | \u{24D0} | \u{2472} |
| Python | \u24d0 | \u2472 |
| UTF-8 | e2 93 90 | e2 91 b2 |
How to Distinguish
Both Circled Latin Small Letter A and Circled 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.