Commercial At vs Digit Eight
VS
Property Comparison
| Property | @ 0040 | 8 0038 |
|---|---|---|
| Name | Commercial At | Digit Eight |
| Category | Latin Extended | Latin Extended |
| Block | Basic Latin | Basic Latin |
| Script | Zyyy | Zyyy |
| General Category | Other Punctuation (Po) | Decimal Number (Nd) |
| Bidirectional | ON | EN |
Encoding Comparison
| Format | 0040 | 0038 |
|---|---|---|
| Unicode | U+0040 | U+0038 |
| HTML Decimal | @ | 8 |
| HTML Hex | @ | 8 |
| CSS | \0040 | \0038 |
| JavaScript | \u{40} | \u{38} |
| Python | \u0040 | \u0038 |
| UTF-8 | 40 | 38 |
How to Distinguish
Both Commercial At and Digit Eight belong to the Latin Extended category and the Basic Latin 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.