| Nom du symbole | Mushroom |
| Version Unicode | 0.6 |
| Unicode | U+1F344 |
| Bloc Unicode | |
| Catégorie générale | Emoji (So) |
| Code CSS | \1F344 |
| Code hexadécimal | 0x1F344 |
| Code HTML | 🍄 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbole | 🍄 |
| Encodage URL (pourcent UTF-8) | %F0%9F%8D%84 |
| Raccourci Discord / Slack | :mushroom: |
| Raccourci GitHub | :mushroom: |
| Nom oral / lecteur d’écran | Mushroom |
| UTF-8 | F0 9F 8D 84 |
| UTF-16 | D83C DF44 |
| UTF-32 | 0001F344 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Vous pouvez saisir le symbole mushroom sur la plupart des appareils modernes avec les méthodes suivantes :
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Animals & Nature in emoji keyboard.
Edit → Emoji & Symbols, search "mushroom".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Animals & Nature, or search "mushroom".
Emoji keyboard → Animals; search "mushroom".
1span.mushroom::before { content: "\1F344"; } /* prefer inline grapheme for ZWJ */1<span>🍄</span>La représentation du symbole Mushroom dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uD83C\uDF44' or String.fromCodePoint(0x1F344) |
| Python | '\N{MUSHROOM}' |
| Rust | '\u{1F344}' |
| Swift | "\u{1F344}" |
| Go | string(rune(0x1F344)) |
| Ruby | "\u{1F344}" |