| Symbolname | Brown Square |
| Unicode-Version | 12.0 |
| Unicode | U+1F7EB |
| Unicode-Block | |
| Allgemeine Kategorie | Emoji (So) |
| CSS-Code | \1F7EB |
| Hexadezimalcode | 0x1F7EB |
| HTML-Code | 🟫 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | 🟫 |
| URL-Kodierung (UTF-8-Prozent) | %F0%9F%9F%AB |
| Ansagename (Screenreader) | 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}Sie können das Symbol brown square auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Brown Square in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |