| Symbol Name | Bubble Tea |
| Unicode Version | 13.0 |
| Unicode | U+1F9CB |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \1F9CB |
| Hex Code | 0x1F9CB |
| HTML Code | 🧋 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | 🧋 |
| URL encode (UTF-8 percent) | %F0%9F%A7%8B |
| Discord / Slack shortcode | :bubble_tea: |
| GitHub shortcode | :bubble_tea: |
| Spoken / screen reader name | 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}You can type the bubble tea symbol on most modern devices with the help of following methods:
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>Bubble Tea symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |