| Symboolnaam | White Vertical Rectangle |
| Unicode-versie | 1.1 |
| Unicode | U+25AF |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code |
| UTF-8 | E2 96 AF |
| UTF-16 | 25AF |
| UTF-32 | 000025AF |
1\documentclass{article}2\usepackage{pifont}3\text{WHITEVERTICALRECTANGLE}4\end{document}Je kunt het white vertical rectangle-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 9647 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "white vertical rectangle", or use Unicode Hex Input with 25AF.
Ctrl + Shift + U, type 25af, 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 geometric symbol support.
1span.white-vertical-rectangle::before { content: "\25AF"; }1<span>▯</span>De weergave van het White Vertical Rectangle-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u25AF' or String.fromCodePoint(9647) |
| Python | '\N{WHITE VERTICAL RECTANGLE}' or chr(9647) |
| Rust | '\u{25AF}' |
| C / C++ | UTF-8 source or wchar_t with U+25AF |
| Go | string(rune(0x25AF)) |
| Ruby | "\u{25AF}" |
\25AF |
| Hexadecimale code | 0x25AF |
| HTML-code | ▯ |
| LaTeX | \text{WHITEVERTICALRECTANGLE} |
| Symbool | ▯ |
| URL-codering (UTF-8 procent) | %E2%96%AF |
| Uitgesproken naam / schermlezer | White Vertical Rectangle |