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