Circled Latin Capital Letter R vs Circled Number Nineteen
VS
Property Comparison
| Property | Ⓡ 24C7 | ⑲ 2472 |
|---|---|---|
| Name | Circled Latin Capital Letter R | 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 | 24C7 | 2472 |
|---|---|---|
| Unicode | U+24C7 | U+2472 |
| HTML Decimal | Ⓡ | ⑲ |
| HTML Hex | Ⓡ | ⑲ |
| CSS | \24C7 | \2472 |
| JavaScript | \u{24C7} | \u{2472} |
| Python | \u24c7 | \u2472 |
| UTF-8 | e2 93 87 | e2 91 b2 |
How to Distinguish
Both Circled Latin Capital Letter R 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.