Latin Capital Letter C With Cedilla vs Macron
VS
Comparación de propiedades
| Propiedad | Ç 00C7 | ¯ 00AF |
|---|---|---|
| Nombre | Latin Capital Letter C With Cedilla | Macron |
| Categoría | Latín extendido | Latín extendido |
| Bloque | Latin-1 Supplement | Latin-1 Supplement |
| Escritura | Latn | Zyyy |
| Categoría general | Uppercase Letter (Lu) | Modifier Symbol (Sk) |
| Bidireccional | L | ON |
Comparación de codificaciones
| Formato | 00C7 | 00AF |
|---|---|---|
| Unicode | U+00C7 | U+00AF |
| HTML Decimal | Ç | ¯ |
| HTML Hex | Ç | ¯ |
| CSS | \00C7 | \00AF |
| JavaScript | \u{C7} | \u{AF} |
| Python | \u00c7 | \u00af |
| UTF-8 | c3 87 | c2 af |
Cómo distinguirlos
Tanto Latin Capital Letter C With Cedilla como Macron pertenecen a la categoría Latín extendido y al bloque Latin-1 Supplement. Compare sus puntos de código y renderizado visual para distinguirlos.
Consejo: Pegue el carácter en un editor hexadecimal o use
charCodeAt()
en JavaScript para verificar el punto de código real.