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