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