| Symbolname | Box Drawings Double Up And Left |
| Unicode-Version | 1.1 |
| Unicode | U+255D |
| Unicode-Block | |
| Allgemeine Kategorie | 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}Sie können das Symbol box drawings double up and left auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Box Drawings Double Up And Left in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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 |
| Hexadezimalcode | 0x255D |
| HTML-Code | ╝ |
| LaTeX | \text{BOXDRAWINGSDOUBLEUPANDLEFT} |
| Symbol | ╝ |
| URL-Kodierung (UTF-8-Prozent) | %E2%95%9D |
| Ansagename (Screenreader) | Box Drawings Double Up And Left |