Latin Capital Letter C With Cedilla vs Latin Small Letter A With Circumflex
VS
Comparaison des propriétés
| Propriété | Ç 00C7 | â 00E2 |
|---|---|---|
| Nom | Latin Capital Letter C With Cedilla | Latin Small Letter A With Circumflex |
| Catégorie | Latin Extended | Latin Extended |
| Bloc | Latin-1 Supplement | Latin-1 Supplement |
| Écriture | Latn | Latn |
| Catégorie générale | Uppercase Letter (Lu) | Lowercase Letter (Ll) |
| Bidirectionnel | L | L |
Comparaison d'encodages
| Format | 00C7 | 00E2 |
|---|---|---|
| Unicode | U+00C7 | U+00E2 |
| HTML Decimal | Ç | â |
| HTML Hex | Ç | â |
| CSS | \00C7 | \00E2 |
| JavaScript | \u{C7} | \u{E2} |
| Python | \u00c7 | \u00e2 |
| UTF-8 | c3 87 | c3 a2 |
Comment les distinguer
Latin Capital Letter C With Cedilla et Latin Small Letter A With Circumflex appartiennent tous deux à la catégorie Latin Extended et au bloc Latin-1 Supplement. Comparez leurs points de code et leur rendu visuel pour les distinguer.
Conseil : Collez le caractère dans un éditeur hexadécimal ou utilisez
charCodeAt()
en JavaScript pour vérifier le point de code réel.