Latin Capital Letter A With Grave vs Latin Small Letter O With Stroke
VS
Property Comparison
| Property | À 00C0 | ø 00F8 |
|---|---|---|
| Name | Latin Capital Letter A With Grave | Latin Small Letter O With Stroke |
| Category | Latin Extended | Latin Extended |
| Block | Latin-1 Supplement | Latin-1 Supplement |
| Script | Latn | Latn |
| General Category | Uppercase Letter (Lu) | Lowercase Letter (Ll) |
| Bidirectional | L | L |
Encoding Comparison
| Format | 00C0 | 00F8 |
|---|---|---|
| Unicode | U+00C0 | U+00F8 |
| HTML Decimal | À | ø |
| HTML Hex | À | ø |
| CSS | \00C0 | \00F8 |
| JavaScript | \u{C0} | \u{F8} |
| Python | \u00c0 | \u00f8 |
| UTF-8 | c3 80 | c3 b8 |
How to Distinguish
Both Latin Capital Letter A With Grave and Latin Small Letter O With Stroke belong to the Latin Extended category and the Latin-1 Supplement 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.