Latin Capital Letter A With Diaeresis vs Latin Capital Letter C With Cedilla
VS
Property Comparison
| Property | Ä 00C4 | Ç 00C7 |
|---|---|---|
| Name | Latin Capital Letter A With Diaeresis | Latin Capital Letter C With Cedilla |
| Category | Latin Extended | Latin Extended |
| Block | Latin-1 Supplement | Latin-1 Supplement |
| Script | Latn | Latn |
| General Category | Uppercase Letter (Lu) | Uppercase Letter (Lu) |
| Bidirectional | L | L |
Encoding Comparison
| Format | 00C4 | 00C7 |
|---|---|---|
| Unicode | U+00C4 | U+00C7 |
| HTML Decimal | Ä | Ç |
| HTML Hex | Ä | Ç |
| CSS | \00C4 | \00C7 |
| JavaScript | \u{C4} | \u{C7} |
| Python | \u00c4 | \u00c7 |
| UTF-8 | c3 84 | c3 87 |
How to Distinguish
Both Latin Capital Letter A With Diaeresis and Latin Capital 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.