| Nombre del símbolo | Overlapping White Squares |
| Versión Unicode | 11.0 |
| Unicode | U+2BBA |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo overlapping white squares en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Overlapping White Squares en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\2BBA |
| Código hexadecimal | 0x2BBA |
| Código HTML | ⮺ |
| LaTeX | \text{OVERLAPPINGWHITESQUARES} |
| Símbolo | ⮺ |
| Codificación URL (porcentaje UTF-8) | %E2%AE%BA |
| Nombre oral / lector de pantalla | Overlapping White Squares |