| Symbolname | Overlapping White Squares |
| Unicode-Version | 11.0 |
| Unicode | U+2BBA |
| Unicode-Block | |
| Allgemeine Kategorie | 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}Sie können das Symbol overlapping white squares auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Overlapping White Squares in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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 |
| Hexadezimalcode | 0x2BBA |
| HTML-Code | ⮺ |
| LaTeX | \text{OVERLAPPINGWHITESQUARES} |
| Symbol | ⮺ |
| URL-Kodierung (UTF-8-Prozent) | %E2%AE%BA |
| Ansagename (Screenreader) | Overlapping White Squares |