| Symbolname | Box Drawings Double Up And Right |
| Unicode-Version | 1.1 |
| Unicode | U+255A |
| Unicode-Block | |
| Allgemeine Kategorie | Other Symbol (So) |
| CSS-Code |
| UTF-8 | E2 95 9A |
| UTF-16 | 255A |
| UTF-32 | 0000255A |
1\documentclass{article}2\usepackage{pifont}3\text{BOXDRAWINGSDOUBLEUPANDRIGHT}4\end{document}Sie können das Symbol box drawings double up and right auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 9562 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "box drawings double up and right", or use Unicode Hex Input with 255A.
Ctrl + Shift + U, type 255a, 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-right::before { content: "\255A"; }1<span>╚</span>Die Darstellung des Symbols Box Drawings Double Up And Right in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u255A' or String.fromCodePoint(9562) |
| Python | '\N{BOX DRAWINGS DOUBLE UP AND RIGHT}' or chr(9562) |
| Rust | '\u{255A}' |
| C / C++ | UTF-8 source or wchar_t with U+255A |
| Go | string(rune(0x255A)) |
| Ruby | "\u{255A}" |
\255A |
| Hexadezimalcode | 0x255A |
| HTML-Code | ╚ |
| LaTeX | \text{BOXDRAWINGSDOUBLEUPANDRIGHT} |
| Symbol | ╚ |
| URL-Kodierung (UTF-8-Prozent) | %E2%95%9A |
| Ansagename (Screenreader) | Box Drawings Double Up And Right |