| Nom du symbole | Wilted Flower |
| Version Unicode | 3.0 |
| Unicode | U+1F940 |
| Bloc Unicode | |
| Catégorie générale | Emoji (So) |
| Code CSS | \1F940 |
| Code hexadécimal | 0x1F940 |
| Code HTML | 🥀 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbole | 🥀 |
| Encodage URL (pourcent UTF-8) | %F0%9F%A5%80 |
| Nom oral / lecteur d’écran | Wilted Flower |
| UTF-8 | F0 9F A5 80 |
| UTF-16 | D83E DD40 |
| UTF-32 | 0001F940 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Vous pouvez saisir le symbole wilted flower 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 "wilted flower".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Animals & Nature, or search "wilted flower".
Emoji keyboard → Animals; search "wilted flower".
1span.wilted-flower::before { content: "\1F940"; } /* prefer inline grapheme for ZWJ */1<span>🥀</span>La représentation du symbole Wilted Flower dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDD40' or String.fromCodePoint(0x1F940) |
| Python | '\N{WILTED FLOWER}' |
| Rust | '\u{1F940}' |
| Swift | "\u{1F940}" |
| Go | string(rune(0x1F940)) |
| Ruby | "\u{1F940}" |