Currency Sign vs Latin Capital Letter A With Diaeresis
VS
Comparación de propiedades
| Propiedad | ¤ 00A4 | Ä 00C4 |
|---|---|---|
| Nombre | Currency Sign | 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 | Currency Symbol (Sc) | Uppercase Letter (Lu) |
| Bidireccional | ET | L |
Comparación de codificaciones
| Formato | 00A4 | 00C4 |
|---|---|---|
| Unicode | U+00A4 | U+00C4 |
| HTML Decimal | ¤ | Ä |
| HTML Hex | ¤ | Ä |
| CSS | \00A4 | \00C4 |
| JavaScript | \u{A4} | \u{C4} |
| Python | \u00a4 | \u00c4 |
| UTF-8 | c2 a4 | c3 84 |
Cómo distinguirlos
Tanto Currency Sign 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.