Circled Digit One vs Circled Latin Small Letter S
VS
Property Comparison
| Property | ① 2460 | ⓢ 24E2 |
|---|---|---|
| Name | Circled Digit One | Circled Latin Small Letter S |
| 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 | 2460 | 24E2 |
|---|---|---|
| Unicode | U+2460 | U+24E2 |
| HTML Decimal | ① | ⓢ |
| HTML Hex | ① | ⓢ |
| CSS | \2460 | \24E2 |
| JavaScript | \u{2460} | \u{24E2} |
| Python | \u2460 | \u24e2 |
| UTF-8 | e2 91 a0 | e2 93 a2 |
How to Distinguish
Both Circled Digit One and Circled Latin Small Letter S 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.