Greek Capital Letter Gamma vs Greek Small Letter Mu
VS
Comparación de propiedades
| Propiedad | Γ 0393 | μ 03BC |
|---|---|---|
| Nombre | Greek Capital Letter Gamma | Greek Small Letter Mu |
| 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 | 0393 | 03BC |
|---|---|---|
| Unicode | U+0393 | U+03BC |
| HTML Decimal | Γ | μ |
| HTML Hex | Γ | μ |
| CSS | \0393 | \03BC |
| JavaScript | \u{393} | \u{3BC} |
| Python | \u0393 | \u03bc |
| UTF-8 | ce 93 | ce bc |
Cómo distinguirlos
Tanto Greek Capital Letter Gamma como Greek Small Letter Mu 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.