| Nombre del símbolo | Box Drawings Light Right |
| Versión Unicode | 1.1 |
| Unicode | U+2576 |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| Código CSS |
| UTF-8 | E2 95 B6 |
| UTF-16 | 2576 |
| UTF-32 | 00002576 |
1\documentclass{article}2\usepackage{pifont}3\text{BOXDRAWINGSLIGHTRIGHT}4\end{document}Puedes escribir el símbolo box drawings light right en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 9590 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "box drawings light right", or use Unicode Hex Input with 2576.
Ctrl + Shift + U, type 2576, 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-light-right::before { content: "\2576"; }1<span>╶</span>La representación del símbolo Box Drawings Light Right en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u2576' or String.fromCodePoint(9590) |
| Python | '\N{BOX DRAWINGS LIGHT RIGHT}' or chr(9590) |
| Rust | '\u{2576}' |
| C / C++ | UTF-8 source or wchar_t with U+2576 |
| Go | string(rune(0x2576)) |
| Ruby | "\u{2576}" |
\2576 |
| Código hexadecimal | 0x2576 |
| Código HTML | ╶ |
| LaTeX | \text{BOXDRAWINGSLIGHTRIGHT} |
| Símbolo | ╶ |
| Codificación URL (porcentaje UTF-8) | %E2%95%B6 |
| Nombre oral / lector de pantalla | Box Drawings Light Right |