| Symboolnaam | Box Drawings Down Light And Horizontal Heavy |
| Unicode-versie | 1.1 |
| Unicode | U+252F |
| Unicode-blok | |
| Algemene categorie | 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}Je kunt het box drawings down light and horizontal heavy-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Box Drawings Down Light And Horizontal Heavy-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |
| CSS-code |
\252F |
| Hexadecimale code | 0x252F |
| HTML-code | ┯ |
| LaTeX | \text{BOXDRAWINGSDOWNLIGHTANDHORIZONTALHEAVY} |
| Symbool | ┯ |
| URL-codering (UTF-8 procent) | %E2%94%AF |
| Uitgesproken naam / schermlezer | Box Drawings Down Light And Horizontal Heavy |