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