Latin Capital Letter A With Diaeresis vs Latin Small Letter E With Circumflex
VS
Comparaison des propriétés
| Propriété | Ä 00C4 | ê 00EA |
|---|---|---|
| Nom | Latin Capital Letter A With Diaeresis | Latin Small Letter E 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 | 00C4 | 00EA |
|---|---|---|
| Unicode | U+00C4 | U+00EA |
| HTML Decimal | Ä | ê |
| HTML Hex | Ä | ê |
| CSS | \00C4 | \00EA |
| JavaScript | \u{C4} | \u{EA} |
| Python | \u00c4 | \u00ea |
| UTF-8 | c3 84 | c3 aa |
Comment les distinguer
Latin Capital Letter A With Diaeresis et Latin Small Letter E 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.