| Nome del simbolo | Box Drawings Vertical Double And Left Single |
| Versione Unicode | 1.1 |
| Unicode | U+2562 |
| Blocco Unicode | |
| Categoria generale | Other Symbol (So) |
| UTF-8 | E2 95 A2 |
| UTF-16 | 2562 |
| UTF-32 | 00002562 |
1\documentclass{article}2\usepackage{pifont}3\text{BOXDRAWINGSVERTICALDOUBLEANDLEFTSINGLE}4\end{document}Puoi digitare il simbolo box drawings vertical double and left single sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 9570 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "box drawings vertical double and left single", or use Unicode Hex Input with 2562.
Ctrl + Shift + U, type 2562, 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-double-and-left-single::before { content: "\2562"; }1<span>╢</span>La rappresentazione del simbolo Box Drawings Vertical Double And Left Single nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u2562' or String.fromCodePoint(9570) |
| Python | '\N{BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE}' or chr(9570) |
| Rust | '\u{2562}' |
| C / C++ | UTF-8 source or wchar_t with U+2562 |
| Go | string(rune(0x2562)) |
| Ruby | "\u{2562}" |
| Codice CSS |
\2562 |
| Codice esadecimale | 0x2562 |
| Codice HTML | ╢ |
| LaTeX | \text{BOXDRAWINGSVERTICALDOUBLEANDLEFTSINGLE} |
| Simbolo | ╢ |
| Codifica URL (percentuale UTF-8) | %E2%95%A2 |
| Nome parlato / screen reader | Box Drawings Vertical Double And Left Single |