Ampersand vs Latin Small Letter C With Caron
VS
Property Comparison
| Property | & 0026 | č 010D |
|---|---|---|
| Name | Ampersand | Latin Small Letter C With Caron |
| Category | Latin Extended | Latin Extended |
| Block | Basic Latin | Latin Extended-A |
| Script | Zyyy | Latn |
| General Category | Other Punctuation (Po) | Lowercase Letter (Ll) |
| Bidirectional | ON | L |
Encoding Comparison
| Format | 0026 | 010D |
|---|---|---|
| Unicode | U+0026 | U+010D |
| HTML Decimal | & | č |
| HTML Hex | & | č |
| CSS | \0026 | \010D |
| JavaScript | \u{26} | \u{10D} |
| Python | \u0026 | \u010d |
| UTF-8 | 26 | c4 8d |
How to Distinguish
Both Ampersand and Latin Small Letter C With Caron are in the Latin Extended category but reside in different Unicode blocks. Check the codepoint to tell them apart.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.