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