Box Drawings Down Single And Right Double vs Box Drawings Heavy Right
VS
Comparación de propiedades
| Propiedad | ╒ 2552 | ╺ 257A |
|---|---|---|
| Nombre | Box Drawings Down Single And Right Double | Box Drawings 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 | 2552 | 257A |
|---|---|---|
| Unicode | U+2552 | U+257A |
| HTML Decimal | ╒ | ╺ |
| HTML Hex | ╒ | ╺ |
| CSS | \2552 | \257A |
| JavaScript | \u{2552} | \u{257A} |
| Python | \u2552 | \u257a |
| UTF-8 | e2 95 92 | e2 95 ba |
Cómo distinguirlos
Tanto Box Drawings Down Single And Right Double como Box Drawings 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.