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