| Symbol Name | Brown Mushroom |
| Unicode Version | 15.1 |
| Unicode | U+1F344 |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \1F344 |
| Hex Code | 0x1F344 |
| HTML Code | 🍄‍🟫 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | 🍄🟫 |
| URL encode (UTF-8 percent) | %F0%9F%8D%84%E2%80%8D%F0%9F%9F%AB |
| Spoken / screen reader name | Brown Mushroom |
This emoji is formed from multiple code points (including zero-width joiner U+200D). Copy individual components or use the full sequence as one character.
| UTF-8 | F0 9F 8D 84 E2 80 8D F0 9F 9F AB |
| UTF-16 | D83C DF44 200D D83D DFEB |
| UTF-32 | 0001F344 0000200D 0001F7EB |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the brown mushroom symbol on most modern devices with the help of following methods:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Food & Drink in emoji keyboard.
Edit → Emoji & Symbols, search "brown mushroom".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Food & Drink, or search "brown mushroom".
Emoji keyboard → Food; search "brown mushroom".
1span.brown-mushroom::before { content: "\1F344"; } /* prefer inline grapheme for ZWJ */1<span>🍄‍🟫</span>Brown Mushroom symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x1F344, 0x200D, 0x1F7EB) |
| Python | '\N{BROWN MUSHROOM}' |
| Rust | '\u{1F344}' |
| Swift | "\u{1F344}" |
| Go | string(rune(0x1F344)) |
| Ruby | "\u{1F344}" |