Inverted Exclamation Mark vs Latin Capital Letter A With Diaeresis
VS
Comparación de propiedades
| Propiedad | ¡ 00A1 | Ä 00C4 |
|---|---|---|
| Nombre | Inverted Exclamation Mark | Latin Capital Letter A With Diaeresis |
| 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 | 00C4 |
|---|---|---|
| Unicode | U+00A1 | U+00C4 |
| HTML Decimal | ¡ | Ä |
| HTML Hex | ¡ | Ä |
| CSS | \00A1 | \00C4 |
| JavaScript | \u{A1} | \u{C4} |
| Python | \u00a1 | \u00c4 |
| UTF-8 | c2 a1 | c3 84 |
Cómo distinguirlos
Tanto Inverted Exclamation Mark como Latin Capital Letter A With Diaeresis 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.