| Symbol Name | Box Drawings Up Double And Left Single |
| Unicode Version | 1.1 |
| Unicode | U+255C |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code |
| UTF-8 | E2 95 9C |
| UTF-16 | 255C |
| UTF-32 | 0000255C |
1\documentclass{article}2\usepackage{pifont}3\text{BOXDRAWINGSUPDOUBLEANDLEFTSINGLE}4\end{document}You can type the box drawings up double and left single symbol on most modern devices with the help of following methods:
Alt + 9564 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "box drawings up double and left single", or use Unicode Hex Input with 255C.
Ctrl + Shift + U, type 255c, 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-double-and-left-single::before { content: "\255C"; }1<span>╜</span>Box Drawings Up Double And Left Single symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u255C' or String.fromCodePoint(9564) |
| Python | '\N{BOX DRAWINGS UP DOUBLE AND LEFT SINGLE}' or chr(9564) |
| Rust | '\u{255C}' |
| C / C++ | UTF-8 source or wchar_t with U+255C |
| Go | string(rune(0x255C)) |
| Ruby | "\u{255C}" |
\255C |
| Hex Code | 0x255C |
| HTML Code | ╜ |
| LaTeX | \text{BOXDRAWINGSUPDOUBLEANDLEFTSINGLE} |
| Symbol | ╜ |
| URL encode (UTF-8 percent) | %E2%95%9C |
| Spoken / screen reader name | Box Drawings Up Double And Left Single |