| Nombre del símbolo | Box Drawings Vertical Single And Left Double |
| Versión Unicode | 1.1 |
| Unicode | U+2561 |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| UTF-8 | E2 95 A1 |
| UTF-16 | 2561 |
| UTF-32 | 00002561 |
1\documentclass{article}2\usepackage{pifont}3\text{BOXDRAWINGSVERTICALSINGLEANDLEFTDOUBLE}4\end{document}Puedes escribir el símbolo box drawings vertical single and left double en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 9569 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "box drawings vertical single and left double", or use Unicode Hex Input with 2561.
Ctrl + Shift + U, type 2561, 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-single-and-left-double::before { content: "\2561"; }1<span>╡</span>La representación del símbolo Box Drawings Vertical Single And Left Double en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u2561' or String.fromCodePoint(9569) |
| Python | '\N{BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE}' or chr(9569) |
| Rust | '\u{2561}' |
| C / C++ | UTF-8 source or wchar_t with U+2561 |
| Go | string(rune(0x2561)) |
| Ruby | "\u{2561}" |
| Código CSS |
\2561 |
| Código hexadecimal | 0x2561 |
| Código HTML | ╡ |
| LaTeX | \text{BOXDRAWINGSVERTICALSINGLEANDLEFTDOUBLE} |
| Símbolo | ╡ |
| Codificación URL (porcentaje UTF-8) | %E2%95%A1 |
| Nombre oral / lector de pantalla | Box Drawings Vertical Single And Left Double |