| Symbol Name | Snowflake |
| Unicode Version | 1.1 |
| Unicode | U+2744 |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code | \2744 |
| Hex Code | 0x2744 |
| HTML Code | ❄ |
| LaTeX | \text{SNOWFLAKE} |
| Symbol | ❄ |
| URL encode (UTF-8 percent) | %E2%9D%84 |
| Spoken / screen reader name | Snowflake |
| UTF-8 | E2 9D 84 |
| UTF-16 | 2744 |
| UTF-32 | 00002744 |
1\documentclass{article}2\usepackage{pifont}3\text{SNOWFLAKE}4\end{document}You can type the snowflake symbol on most modern devices with the help of following methods:
Alt + 10052 on Windows (numeric keypad with Num Lock), or insert via Character Map / emoji panel.
Edit → Emoji & Symbols, search "snowflake", or paste from this page.
Ctrl + Shift + U, type 2744, then Enter (layout-dependent), or paste.
Paste from this page, use the emoji keyboard, or pick from weather symbol suggestions.
Paste from this page or use keyboard weather/emoji suggestions.
1span.snowflake::before { content: "\2744"; }1<span>❄</span>Snowflake symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u2744' or String.fromCodePoint(10052) |
| Python | '\N{SNOWFLAKE}' or chr(10052) |
| Rust | '\u{2744}' |
| C / C++ | UTF-8 source or wchar_t with U+2744 |
| Go | string(rune(0x2744)) |
| Ruby | "\u{2744}" |