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