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