| Nombre del símbolo | Box Drawings Up Heavy And Right Light |
| Versión Unicode | 1.1 |
| Unicode | U+2516 |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| UTF-8 | E2 94 96 |
| UTF-16 | 2516 |
| UTF-32 | 00002516 |
1\documentclass{article}2\usepackage{pifont}3\text{BOXDRAWINGSUPHEAVYANDRIGHTLIGHT}4\end{document}Puedes escribir el símbolo box drawings up heavy and right light en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 9494 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "box drawings up heavy and right light", or use Unicode Hex Input with 2516.
Ctrl + Shift + U, type 2516, 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-up-heavy-and-right-light::before { content: "\2516"; }1<span>┖</span>La representación del símbolo Box Drawings Up Heavy And Right Light en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u2516' or String.fromCodePoint(9494) |
| Python | '\N{BOX DRAWINGS UP HEAVY AND RIGHT LIGHT}' or chr(9494) |
| Rust | '\u{2516}' |
| C / C++ | UTF-8 source or wchar_t with U+2516 |
| Go | string(rune(0x2516)) |
| Ruby | "\u{2516}" |
| Código CSS |
\2516 |
| Código hexadecimal | 0x2516 |
| Código HTML | ┖ |
| LaTeX | \text{BOXDRAWINGSUPHEAVYANDRIGHTLIGHT} |
| Símbolo | ┖ |
| Codificación URL (porcentaje UTF-8) | %E2%94%96 |
| Nombre oral / lector de pantalla | Box Drawings Up Heavy And Right Light |