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