Box Drawings Heavy Right vs Box Drawings Heavy Up And Left
VS
Comparación de propiedades
| Propiedad | ╺ 257A | ┛ 251B |
|---|---|---|
| Nombre | Box Drawings Heavy Right | 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 | 257A | 251B |
|---|---|---|
| Unicode | U+257A | U+251B |
| HTML Decimal | ╺ | ┛ |
| HTML Hex | ╺ | ┛ |
| CSS | \257A | \251B |
| JavaScript | \u{257A} | \u{251B} |
| Python | \u257a | \u251b |
| UTF-8 | e2 95 ba | e2 94 9b |
Cómo distinguirlos
Tanto Box Drawings Heavy Right 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.