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