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