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