| Nome del simbolo | Bubble Tea |
| Versione Unicode | 13.0 |
| Unicode | U+1F9CB |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS | \1F9CB |
| Codice esadecimale | 0x1F9CB |
| Codice HTML | 🧋 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Simbolo | 🧋 |
| Codifica URL (percentuale UTF-8) | %F0%9F%A7%8B |
| Shortcode Discord / Slack | :bubble_tea: |
| Shortcode GitHub | :bubble_tea: |
| Nome parlato / screen reader | Bubble Tea |
| UTF-8 | F0 9F A7 8B |
| UTF-16 | D83E DDCB |
| UTF-32 | 0001F9CB |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puoi digitare il simbolo bubble tea 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 "bubble tea".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Food & Drink, or search "bubble tea".
Emoji keyboard → Food; search "bubble tea".
1span.bubble-tea::before { content: "\1F9CB"; } /* prefer inline grapheme for ZWJ */1<span>🧋</span>La rappresentazione del simbolo Bubble Tea nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDDCB' or String.fromCodePoint(0x1F9CB) |
| Python | '\N{BUBBLE TEA}' |
| Rust | '\u{1F9CB}' |
| Swift | "\u{1F9CB}" |
| Go | string(rune(0x1F9CB)) |
| Ruby | "\u{1F9CB}" |