Greek Capital Letter Delta vs Greek Small Letter Beta
VS
Comparación de propiedades
| Propiedad | Δ 0394 | β 03B2 |
|---|---|---|
| Nombre | Greek Capital Letter Delta | Greek Small Letter Beta |
| 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 | 0394 | 03B2 |
|---|---|---|
| Unicode | U+0394 | U+03B2 |
| HTML Decimal | Δ | β |
| HTML Hex | Δ | β |
| CSS | \0394 | \03B2 |
| JavaScript | \u{394} | \u{3B2} |
| Python | \u0394 | \u03b2 |
| UTF-8 | ce 94 | ce b2 |
Cómo distinguirlos
Tanto Greek Capital Letter Delta como Greek Small Letter Beta 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.