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