Latin Capital Letter A With Diaeresis vs Macron
VS
Comparación de propiedades
| Propiedad | Ä 00C4 | ¯ 00AF |
|---|---|---|
| Nombre | Latin Capital Letter A With Diaeresis | 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 | 00C4 | 00AF |
|---|---|---|
| Unicode | U+00C4 | U+00AF |
| HTML Decimal | Ä | ¯ |
| HTML Hex | Ä | ¯ |
| CSS | \00C4 | \00AF |
| JavaScript | \u{C4} | \u{AF} |
| Python | \u00c4 | \u00af |
| UTF-8 | c3 84 | c2 af |
Cómo distinguirlos
Tanto Latin Capital Letter A With Diaeresis 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.