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