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