Latin Capital Letter A With Diaeresis vs Not Sign
VS
Comparación de propiedades
| Propiedad | Ä 00C4 | ¬ 00AC |
|---|---|---|
| Nombre | Latin Capital Letter A With Diaeresis | Not Sign |
| Categoría | Latín extendido | Latín extendido |
| Bloque | Latin-1 Supplement | Latin-1 Supplement |
| Escritura | Latn | Zyyy |
| Categoría general | Uppercase Letter (Lu) | Math Symbol (Sm) |
| Bidireccional | L | ON |
Comparación de codificaciones
| Formato | 00C4 | 00AC |
|---|---|---|
| Unicode | U+00C4 | U+00AC |
| HTML Decimal | Ä | ¬ |
| HTML Hex | Ä | ¬ |
| CSS | \00C4 | \00AC |
| JavaScript | \u{C4} | \u{AC} |
| Python | \u00c4 | \u00ac |
| UTF-8 | c3 84 | c2 ac |
Cómo distinguirlos
Tanto Latin Capital Letter A With Diaeresis como Not Sign 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.