Inverted Exclamation Mark vs Latin Capital Letter C With Cedilla
VS
Comparación de propiedades
| Propiedad | ¡ 00A1 | Ç 00C7 |
|---|---|---|
| Nombre | Inverted Exclamation Mark | Latin Capital Letter C With Cedilla |
| Categoría | Latín extendido | Latín extendido |
| Bloque | Latin-1 Supplement | Latin-1 Supplement |
| Escritura | Zyyy | Latn |
| Categoría general | Other Punctuation (Po) | Uppercase Letter (Lu) |
| Bidireccional | ON | L |
Comparación de codificaciones
| Formato | 00A1 | 00C7 |
|---|---|---|
| Unicode | U+00A1 | U+00C7 |
| HTML Decimal | ¡ | Ç |
| HTML Hex | ¡ | Ç |
| CSS | \00A1 | \00C7 |
| JavaScript | \u{A1} | \u{C7} |
| Python | \u00a1 | \u00c7 |
| UTF-8 | c2 a1 | c3 87 |
Cómo distinguirlos
Tanto Inverted Exclamation Mark como Latin Capital Letter C With Cedilla 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.