| Symboolnaam | Box Drawings Right Light And Left Down Heavy |
| Unicode-versie | 1.1 |
| Unicode | U+2531 |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| UTF-8 | E2 94 B1 |
| UTF-16 | 2531 |
| UTF-32 | 00002531 |
1\documentclass{article}2\usepackage{pifont}3\text{BOXDRAWINGSRIGHTLIGHTANDLEFTDOWNHEAVY}4\end{document}Je kunt het box drawings right light and left down heavy-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 9521 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "box drawings right light and left down heavy", or use Unicode Hex Input with 2531.
Ctrl + Shift + U, type 2531, 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-light-and-left-down-heavy::before { content: "\2531"; }1<span>┱</span>De weergave van het Box Drawings Right Light And Left Down Heavy-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u2531' or String.fromCodePoint(9521) |
| Python | '\N{BOX DRAWINGS RIGHT LIGHT AND LEFT DOWN HEAVY}' or chr(9521) |
| Rust | '\u{2531}' |
| C / C++ | UTF-8 source or wchar_t with U+2531 |
| Go | string(rune(0x2531)) |
| Ruby | "\u{2531}" |
| CSS-code |
\2531 |
| Hexadecimale code | 0x2531 |
| HTML-code | ┱ |
| LaTeX | \text{BOXDRAWINGSRIGHTLIGHTANDLEFTDOWNHEAVY} |
| Symbool | ┱ |
| URL-codering (UTF-8 procent) | %E2%94%B1 |
| Uitgesproken naam / schermlezer | Box Drawings Right Light And Left Down Heavy |