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