Latin Capital Letter C With Cedilla vs Latin Small Letter I With Acute
VS
Comparaison des propriétés
| Propriété | Ç 00C7 | í 00ED |
|---|---|---|
| Nom | Latin Capital Letter C With Cedilla | Latin Small Letter I With Acute |
| 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 | 00ED |
|---|---|---|
| Unicode | U+00C7 | U+00ED |
| HTML Decimal | Ç | í |
| HTML Hex | Ç | í |
| CSS | \00C7 | \00ED |
| JavaScript | \u{C7} | \u{ED} |
| Python | \u00c7 | \u00ed |
| UTF-8 | c3 87 | c3 ad |
Comment les distinguer
Latin Capital Letter C With Cedilla et Latin Small Letter I With Acute 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.