| Symbol Name | Box Drawings Double Up And Left |
| Unicode Version | 1.1 |
| Unicode | U+255D |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code |
| UTF-8 | E2 95 9D |
| UTF-16 | 255D |
| UTF-32 | 0000255D |
1\documentclass{article}2\usepackage{pifont}3\text{BOXDRAWINGSDOUBLEUPANDLEFT}4\end{document}You can type the box drawings double up and left symbol on most modern devices with the help of following methods:
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>Box Drawings Double Up And Left symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
\255D |
| Hex Code | 0x255D |
| HTML Code | ╝ |
| LaTeX | \text{BOXDRAWINGSDOUBLEUPANDLEFT} |
| Symbol | ╝ |
| URL encode (UTF-8 percent) | %E2%95%9D |
| Spoken / screen reader name | Box Drawings Double Up And Left |