| Symbol Name | Glass Of Milk |
| Unicode Version | 3.0 |
| Unicode | U+1F95B |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \1F95B |
| Hex Code | 0x1F95B |
| HTML Code | 🥛 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | 🥛 |
| URL encode (UTF-8 percent) | %F0%9F%A5%9B |
| Spoken / screen reader name | Glass Of Milk |
| UTF-8 | F0 9F A5 9B |
| UTF-16 | D83E DD5B |
| UTF-32 | 0001F95B |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the glass of milk 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 "glass of milk".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Food & Drink, or search "glass of milk".
Emoji keyboard → Food; search "glass of milk".
1span.glass-of-milk::before { content: "\1F95B"; } /* prefer inline grapheme for ZWJ */1<span>🥛</span>Glass Of Milk symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDD5B' or String.fromCodePoint(0x1F95B) |
| Python | '\N{GLASS OF MILK}' |
| Rust | '\u{1F95B}' |
| Swift | "\u{1F95B}" |
| Go | string(rune(0x1F95B)) |
| Ruby | "\u{1F95B}" |