| Nombre del símbolo | Box Drawings Double Down And Right |
| Versión Unicode | 1.1 |
| Unicode | U+2554 |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| UTF-8 | E2 95 94 |
| UTF-16 | 2554 |
| UTF-32 | 00002554 |
1\documentclass{article}2\usepackage{pifont}3\text{BOXDRAWINGSDOUBLEDOWNANDRIGHT}4\end{document}Puedes escribir el símbolo box drawings double down and right en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Box Drawings Double Down And Right en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\2554 |
| Código hexadecimal | 0x2554 |
| Código HTML | ╔ |
| LaTeX | \text{BOXDRAWINGSDOUBLEDOWNANDRIGHT} |
| Símbolo | ╔ |
| Codificación URL (porcentaje UTF-8) | %E2%95%94 |
| Nombre oral / lector de pantalla | Box Drawings Double Down And Right |