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