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