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