| Symboolnaam | White Square With Centre Vertical Line |
| Unicode-versie | 3.0 |
| Unicode | U+2385 |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| UTF-8 | E2 8E 85 |
| UTF-16 | 2385 |
| UTF-32 | 00002385 |
1\documentclass{article}2\usepackage{pifont}3\text{WHITESQUAREWITHCENTREVERTICALLINE}4\end{document}Je kunt het white square with centre vertical line-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 9093 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "white square with centre vertical line", or use Unicode Hex Input with 2385.
Ctrl + Shift + U, type 2385, 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-square-with-centre-vertical-line::before { content: "\2385"; }1<span>⎅</span>De weergave van het White Square With Centre Vertical Line-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u2385' or String.fromCodePoint(9093) |
| Python | '\N{WHITE SQUARE WITH CENTRE VERTICAL LINE}' or chr(9093) |
| Rust | '\u{2385}' |
| C / C++ | UTF-8 source or wchar_t with U+2385 |
| Go | string(rune(0x2385)) |
| Ruby | "\u{2385}" |
| CSS-code |
\2385 |
| Hexadecimale code | 0x2385 |
| HTML-code | ⎅ |
| LaTeX | \text{WHITESQUAREWITHCENTREVERTICALLINE} |
| Symbool | ⎅ |
| URL-codering (UTF-8 procent) | %E2%8E%85 |
| Uitgesproken naam / schermlezer | White Square With Centre Vertical Line |