Greek Capital Letter Tau vs Greek Small Letter Alpha
VS
Comparación de propiedades
| Propiedad | Τ 03A4 | α 03B1 |
|---|---|---|
| Nombre | Greek Capital Letter Tau | Greek Small Letter Alpha |
| Categoría | Letras griegas | Letras griegas |
| Bloque | Greek and Coptic | Greek and Coptic |
| Escritura | Grek | Grek |
| Categoría general | Uppercase Letter (Lu) | Lowercase Letter (Ll) |
| Bidireccional | L | L |
Comparación de codificaciones
| Formato | 03A4 | 03B1 |
|---|---|---|
| Unicode | U+03A4 | U+03B1 |
| HTML Decimal | Τ | α |
| HTML Hex | Τ | α |
| CSS | \03A4 | \03B1 |
| JavaScript | \u{3A4} | \u{3B1} |
| Python | \u03a4 | \u03b1 |
| UTF-8 | ce a4 | ce b1 |
Cómo distinguirlos
Tanto Greek Capital Letter Tau como Greek Small Letter Alpha pertenecen a la categoría Letras griegas y al bloque Greek and Coptic. 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.