| Symboolnaam | Black Square Centred |
| Unicode-versie | 7.0 |
| Unicode | U+2BC0 |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code | \2BC0 |
| Hexadecimale code | 0x2BC0 |
| HTML-code | ⯀ |
| LaTeX | \text{BLACKSQUARECENTRED} |
| Symbool | ⯀ |
| URL-codering (UTF-8 procent) | %E2%AF%80 |
| Uitgesproken naam / schermlezer | Black Square Centred |
| UTF-8 | E2 AF 80 |
| UTF-16 | 2BC0 |
| UTF-32 | 00002BC0 |
1\documentclass{article}2\usepackage{pifont}3\text{BLACKSQUARECENTRED}4\end{document}Je kunt het black square centred-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 11200 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "black square centred", or use Unicode Hex Input with 2BC0.
Ctrl + Shift + U, type 2bc0, 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.black-square-centred::before { content: "\2BC0"; }1<span>⯀</span>De weergave van het Black Square Centred-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u2BC0' or String.fromCodePoint(11200) |
| Python | '\N{BLACK SQUARE CENTRED}' or chr(11200) |
| Rust | '\u{2BC0}' |
| C / C++ | UTF-8 source or wchar_t with U+2BC0 |
| Go | string(rune(0x2BC0)) |
| Ruby | "\u{2BC0}" |