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