| Nome del simbolo | Box Drawings Down Light And Horizontal Heavy |
| Versione Unicode | 1.1 |
| Unicode | U+252F |
| Blocco Unicode | |
| Categoria generale | 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}Puoi digitare il simbolo box drawings down light and horizontal heavy sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Box Drawings Down Light And Horizontal Heavy nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\252F |
| Codice esadecimale | 0x252F |
| Codice HTML | ┯ |
| LaTeX | \text{BOXDRAWINGSDOWNLIGHTANDHORIZONTALHEAVY} |
| Simbolo | ┯ |
| Codifica URL (percentuale UTF-8) | %E2%94%AF |
| Nome parlato / screen reader | Box Drawings Down Light And Horizontal Heavy |