Latin Capital Letter C With Cedilla vs Micro Sign
VS
Comparaison des propriétés
| Propriété | Ç 00C7 | µ 00B5 |
|---|---|---|
| Nom | Latin Capital Letter C With Cedilla | Micro 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) | Lowercase Letter (Ll) |
| Bidirectionnel | L | L |
Comparaison d'encodages
| Format | 00C7 | 00B5 |
|---|---|---|
| Unicode | U+00C7 | U+00B5 |
| HTML Decimal | Ç | µ |
| HTML Hex | Ç | µ |
| CSS | \00C7 | \00B5 |
| JavaScript | \u{C7} | \u{B5} |
| Python | \u00c7 | \u00b5 |
| UTF-8 | c3 87 | c2 b5 |
Comment les distinguer
Latin Capital Letter C With Cedilla et Micro 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.