| Nombre del símbolo | Blue Square |
| Versión Unicode | 12.0 |
| Unicode | U+1F7E6 |
| Bloque Unicode | |
| Categoría general | Emoji (So) |
| Código CSS | \1F7E6 |
| Código hexadecimal | 0x1F7E6 |
| Código HTML | 🟦 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Símbolo | 🟦 |
| Codificación URL (porcentaje UTF-8) | %F0%9F%9F%A6 |
| Nombre oral / lector de pantalla | Blue Square |
| UTF-8 | F0 9F 9F A6 |
| UTF-16 | D83D DFE6 |
| UTF-32 | 0001F7E6 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puedes escribir el símbolo blue square en la mayoría de dispositivos modernos con los siguientes métodos:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Symbols & Signs in emoji keyboard.
Edit → Emoji & Symbols, search "blue square".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "blue square".
Emoji keyboard → Symbols; search "blue square".
1span.blue-square::before { content: "\1F7E6"; } /* prefer inline grapheme for ZWJ */1<span>🟦</span>La representación del símbolo Blue Square en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uD83D\uDFE6' or String.fromCodePoint(0x1F7E6) |
| Python | '\N{BLUE SQUARE}' |
| Rust | '\u{1F7E6}' |
| Swift | "\u{1F7E6}" |
| Go | string(rune(0x1F7E6)) |
| Ruby | "\u{1F7E6}" |