| Nombre del símbolo | Brown Square |
| Versión Unicode | 12.0 |
| Unicode | U+1F7EB |
| Bloque Unicode | |
| Categoría general | Emoji (So) |
| Código CSS | \1F7EB |
| Código hexadecimal | 0x1F7EB |
| 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%AB |
| Nombre oral / lector de pantalla | Brown Square |
| UTF-8 | F0 9F 9F AB |
| UTF-16 | D83D DFEB |
| UTF-32 | 0001F7EB |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puedes escribir el símbolo brown 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 "brown square".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "brown square".
Emoji keyboard → Symbols; search "brown square".
1span.brown-square::before { content: "\1F7EB"; } /* prefer inline grapheme for ZWJ */1<span>🟫</span>La representación del símbolo Brown Square en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uD83D\uDFEB' or String.fromCodePoint(0x1F7EB) |
| Python | '\N{BROWN SQUARE}' |
| Rust | '\u{1F7EB}' |
| Swift | "\u{1F7EB}" |
| Go | string(rune(0x1F7EB)) |
| Ruby | "\u{1F7EB}" |