Diaeresis vs Latin Capital Letter C With Cedilla
VS
Property Comparison
| Property | ¨ 00A8 | Ç 00C7 |
|---|---|---|
| Name | Diaeresis | Latin Capital Letter C With Cedilla |
| Category | Latin Extended | Latin Extended |
| Block | Latin-1 Supplement | Latin-1 Supplement |
| Script | Zyyy | Latn |
| General Category | Modifier Symbol (Sk) | Uppercase Letter (Lu) |
| Bidirectional | ON | L |
Encoding Comparison
| Format | 00A8 | 00C7 |
|---|---|---|
| Unicode | U+00A8 | U+00C7 |
| HTML Decimal | ¨ | Ç |
| HTML Hex | ¨ | Ç |
| CSS | \00A8 | \00C7 |
| JavaScript | \u{A8} | \u{C7} |
| Python | \u00a8 | \u00c7 |
| UTF-8 | c2 a8 | c3 87 |
How to Distinguish
Both 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.