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