Latin Capital Letter C With Cedilla vs Not Sign
VS
Comparaison des propriétés
| Propriété | Ç 00C7 | ¬ 00AC |
|---|---|---|
| Nom | Latin Capital Letter C With Cedilla | Not Sign |
| Catégorie | Latin Extended | Latin Extended |
| Bloc | Latin-1 Supplement | Latin-1 Supplement |
| Écriture | Latn | Zyyy |
| Catégorie générale | Uppercase Letter (Lu) | Math Symbol (Sm) |
| Bidirectionnel | L | ON |
Comparaison d'encodages
| Format | 00C7 | 00AC |
|---|---|---|
| Unicode | U+00C7 | U+00AC |
| HTML Decimal | Ç | ¬ |
| HTML Hex | Ç | ¬ |
| CSS | \00C7 | \00AC |
| JavaScript | \u{C7} | \u{AC} |
| Python | \u00c7 | \u00ac |
| UTF-8 | c3 87 | c2 ac |
Comment les distinguer
Latin Capital Letter C With Cedilla et Not Sign 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.