| Symboolnaam | Lower Half Block |
| Unicode-versie | 1.1 |
| Unicode | U+2584 |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code | \2584 |
| Hexadecimale code | 0x2584 |
| HTML-code | ▄ |
| LaTeX | \text{LOWERHALFBLOCK} |
| Symbool | ▄ |
| URL-codering (UTF-8 procent) | %E2%96%84 |
| Uitgesproken naam / schermlezer | Lower Half Block |
| UTF-8 | E2 96 84 |
| UTF-16 | 2584 |
| UTF-32 | 00002584 |
1\documentclass{article}2\usepackage{pifont}3\text{LOWERHALFBLOCK}4\end{document}Je kunt het lower half block-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 9604 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "lower half block", or use Unicode Hex Input with 2584.
Ctrl + Shift + U, type 2584, 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 block element support.
1span.lower-half-block::before { content: "\2584"; }1<span>▄</span>De weergave van het Lower Half Block-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u2584' or String.fromCodePoint(9604) |
| Python | '\N{LOWER HALF BLOCK}' or chr(9604) |
| Rust | '\u{2584}' |
| C / C++ | UTF-8 source or wchar_t with U+2584 |
| Go | string(rune(0x2584)) |
| Ruby | "\u{2584}" |