| Symbol Name | Snow Hanzi |
| Unicode Version | 1.1 |
| Unicode | U+96EA |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \96EA |
| Hex Code | 0x96EA |
| HTML Code | 雪 |
| LaTeX | \CJKchar{96EA} |
| Symbol | 雪 |
| URL encode (UTF-8 percent) | %E9%9B%AA |
| Spoken / screen reader name | Snow Hanzi |
| UTF-8 | E9 9B AA |
| UTF-16 | 96EA |
| UTF-32 | 000096EA |
1\documentclass{article}2\usepackage{pifont}3\CJKchar{96EA}4\end{document}You can type the snow hanzi symbol on most modern devices with the help of following methods:
Alt + 38634 on Windows (numeric keypad with Num Lock), or insert via Character Map / IME.
Edit → Emoji & Symbols, search "snow hanzi", or use Unicode Hex Input with 96EA.
Ctrl + Shift + U, type 96ea, then Enter (layout-dependent), or use an IBus CJK table.
Paste from this page, use text replacement, or pick from a Japanese/Chinese keyboard.
Paste from this page or use a keyboard with CJK ideograph support.
1span.cjk-snow::before { content: "\\96EA"; font-family: "Hiragino Sans", "PingFang SC", "Noto Sans CJK SC", serif; }1<span>雪</span>Snow Hanzi symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u96EA' or String.fromCodePoint(38634) |
| Python | '\N{CJK UNIFIED IDEOGRAPH-96EA}' or chr(38634) |
| Rust | '\u{96EA}' |
| C / C++ | UTF-8 source or wchar_t with U+96EA |
| Go | string(rune(0x96EA)) |
| Ruby | "\u{96EA}" |