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