| Nome del simbolo | Brown Square |
| Versione Unicode | 12.0 |
| Unicode | U+1F7EB |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS | \1F7EB |
| Codice esadecimale | 0x1F7EB |
| Codice HTML | 🟫 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Simbolo | 🟫 |
| Codifica URL (percentuale UTF-8) | %F0%9F%9F%AB |
| Nome parlato / screen reader | 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}Puoi digitare il simbolo brown square sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Brown Square nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |