| Nombre del símbolo | Box Drawings Vertical Heavy And Right Light |
| Versión Unicode | 1.1 |
| Unicode | U+2520 |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| UTF-8 | E2 94 A0 |
| UTF-16 | 2520 |
| UTF-32 | 00002520 |
1\documentclass{article}2\usepackage{pifont}3\text{BOXDRAWINGSVERTICALHEAVYANDRIGHTLIGHT}4\end{document}Puedes escribir el símbolo box drawings vertical heavy and right light en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 9504 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "box drawings vertical heavy and right light", or use Unicode Hex Input with 2520.
Ctrl + Shift + U, type 2520, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with box-drawing support.
1span.box-drawings-vertical-heavy-and-right-light::before { content: "\2520"; }1<span>┠</span>La representación del símbolo Box Drawings Vertical Heavy And Right Light en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u2520' or String.fromCodePoint(9504) |
| Python | '\N{BOX DRAWINGS VERTICAL HEAVY AND RIGHT LIGHT}' or chr(9504) |
| Rust | '\u{2520}' |
| C / C++ | UTF-8 source or wchar_t with U+2520 |
| Go | string(rune(0x2520)) |
| Ruby | "\u{2520}" |
| Código CSS |
\2520 |
| Código hexadecimal | 0x2520 |
| Código HTML | ┠ |
| LaTeX | \text{BOXDRAWINGSVERTICALHEAVYANDRIGHTLIGHT} |
| Símbolo | ┠ |
| Codificación URL (porcentaje UTF-8) | %E2%94%A0 |
| Nombre oral / lector de pantalla | Box Drawings Vertical Heavy And Right Light |