Box Drawings Heavy Down vs Box Drawings Heavy Up And Left
VS
Comparación de propiedades
| Propiedad | ╻ 257B | ┛ 251B |
|---|---|---|
| Nombre | Box Drawings Heavy Down | Box Drawings Heavy Up And Left |
| Categoría | Dibujo de cajas | Dibujo de cajas |
| Bloque | Box Drawing | Box Drawing |
| Escritura | Zyyy | Zyyy |
| Categoría general | Other Symbol (So) | Other Symbol (So) |
| Bidireccional | ON | ON |
Comparación de codificaciones
| Formato | 257B | 251B |
|---|---|---|
| Unicode | U+257B | U+251B |
| HTML Decimal | ╻ | ┛ |
| HTML Hex | ╻ | ┛ |
| CSS | \257B | \251B |
| JavaScript | \u{257B} | \u{251B} |
| Python | \u257b | \u251b |
| UTF-8 | e2 95 bb | e2 94 9b |
Cómo distinguirlos
Tanto Box Drawings Heavy Down como Box Drawings Heavy Up And Left pertenecen a la categoría Dibujo de cajas y al bloque Box Drawing. 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.