| Nome del simbolo | Bottle With Popping Cork |
| Versione Unicode | 1.0 |
| Unicode | U+1F37E |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS | \1F37E |
| Codice esadecimale | 0x1F37E |
| Codice HTML | 🍾 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Simbolo | 🍾 |
| Codifica URL (percentuale UTF-8) | %F0%9F%8D%BE |
| Nome parlato / screen reader | Bottle With Popping Cork |
| UTF-8 | F0 9F 8D BE |
| UTF-16 | D83C DF7E |
| UTF-32 | 0001F37E |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puoi digitare il simbolo bottle with popping cork sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Food & Drink in emoji keyboard.
Edit → Emoji & Symbols, search "bottle with popping cork".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Food & Drink, or search "bottle with popping cork".
Emoji keyboard → Food; search "bottle with popping cork".
1span.bottle-with-popping-cork::before { content: "\1F37E"; } /* prefer inline grapheme for ZWJ */1<span>🍾</span>La rappresentazione del simbolo Bottle With Popping Cork nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uD83C\uDF7E' or String.fromCodePoint(0x1F37E) |
| Python | '\N{BOTTLE WITH POPPING CORK}' |
| Rust | '\u{1F37E}' |
| Swift | "\u{1F37E}" |
| Go | string(rune(0x1F37E)) |
| Ruby | "\u{1F37E}" |