| Nome del simbolo | Box Drawings Double Up And Left |
| Versione Unicode | 1.1 |
| Unicode | U+255D |
| Blocco Unicode | |
| Categoria generale | Other Symbol (So) |
| UTF-8 | E2 95 9D |
| UTF-16 | 255D |
| UTF-32 | 0000255D |
1\documentclass{article}2\usepackage{pifont}3\text{BOXDRAWINGSDOUBLEUPANDLEFT}4\end{document}Puoi digitare il simbolo box drawings double up and left sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 9565 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "box drawings double up and left", or use Unicode Hex Input with 255D.
Ctrl + Shift + U, type 255d, 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-double-up-and-left::before { content: "\255D"; }1<span>╝</span>La rappresentazione del simbolo Box Drawings Double Up And Left nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u255D' or String.fromCodePoint(9565) |
| Python | '\N{BOX DRAWINGS DOUBLE UP AND LEFT}' or chr(9565) |
| Rust | '\u{255D}' |
| C / C++ | UTF-8 source or wchar_t with U+255D |
| Go | string(rune(0x255D)) |
| Ruby | "\u{255D}" |
| Codice CSS |
\255D |
| Codice esadecimale | 0x255D |
| Codice HTML | ╝ |
| LaTeX | \text{BOXDRAWINGSDOUBLEUPANDLEFT} |
| Simbolo | ╝ |
| Codifica URL (percentuale UTF-8) | %E2%95%9D |
| Nome parlato / screen reader | Box Drawings Double Up And Left |