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