| Symbol Name | Overlapping White Squares |
| Unicode Version | 11.0 |
| Unicode | U+2BBA |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code | \2BBA |
| Hex Code | 0x2BBA |
| HTML Code | ⮺ |
| LaTeX | \text{OVERLAPPINGWHITESQUARES} |
| Symbol | ⮺ |
| URL encode (UTF-8 percent) | %E2%AE%BA |
| Spoken / screen reader name | Overlapping White Squares |
| UTF-8 | E2 AE BA |
| UTF-16 | 2BBA |
| UTF-32 | 00002BBA |
1\documentclass{article}2\usepackage{pifont}3\text{OVERLAPPINGWHITESQUARES}4\end{document}You can type the overlapping white squares symbol on most modern devices with the help of following methods:
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>Overlapping White Squares symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |