| Symboolnaam | Overlapping White And Black Squares |
| Unicode-versie | 11.0 |
| Unicode | U+2BBB |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| UTF-8 | E2 AE BB |
| UTF-16 | 2BBB |
| UTF-32 | 00002BBB |
1\documentclass{article}2\usepackage{pifont}3\text{OVERLAPPINGWHITEANDBLACKSQUARES}4\end{document}Je kunt het overlapping white and black squares-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 11195 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "overlapping white and black squares", or use Unicode Hex Input with 2BBB.
Ctrl + Shift + U, type 2bbb, 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.overlapping-white-and-black-squares::before { content: "\2BBB"; }1<span>⮻</span>De weergave van het Overlapping White And Black Squares-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u2BBB' or String.fromCodePoint(11195) |
| Python | '\N{OVERLAPPING WHITE AND BLACK SQUARES}' or chr(11195) |
| Rust | '\u{2BBB}' |
| C / C++ | UTF-8 source or wchar_t with U+2BBB |
| Go | string(rune(0x2BBB)) |
| Ruby | "\u{2BBB}" |
| CSS-code |
\2BBB |
| Hexadecimale code | 0x2BBB |
| HTML-code | ⮻ |
| LaTeX | \text{OVERLAPPINGWHITEANDBLACKSQUARES} |
| Symbool | ⮻ |
| URL-codering (UTF-8 procent) | %E2%AE%BB |
| Uitgesproken naam / schermlezer | Overlapping White And Black Squares |