Latin Capital Letter A With Grave vs Latin Small Letter C With Cedilla
VS
Property Comparison
| Property | À 00C0 | ç 00E7 |
|---|---|---|
| Name | Latin Capital Letter A With Grave | Latin Small Letter C With Cedilla |
| 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 | 00E7 |
|---|---|---|
| Unicode | U+00C0 | U+00E7 |
| HTML Decimal | À | ç |
| HTML Hex | À | ç |
| CSS | \00C0 | \00E7 |
| JavaScript | \u{C0} | \u{E7} |
| Python | \u00c0 | \u00e7 |
| UTF-8 | c3 80 | c3 a7 |
How to Distinguish
Both Latin Capital Letter A With Grave and Latin Small Letter C With Cedilla 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.