Latin Capital Letter A With Tilde vs Latin Capital Letter C With Cedilla
VS
Property Comparison
| Property | Ã 00C3 | Ç 00C7 |
|---|---|---|
| Name | Latin Capital Letter A With Tilde | 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 | 00C3 | 00C7 |
|---|---|---|
| Unicode | U+00C3 | U+00C7 |
| HTML Decimal | Ã | Ç |
| HTML Hex | Ã | Ç |
| CSS | \00C3 | \00C7 |
| JavaScript | \u{C3} | \u{C7} |
| Python | \u00c3 | \u00c7 |
| UTF-8 | c3 83 | c3 87 |
How to Distinguish
Both Latin Capital Letter A With Tilde 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.