| Nome del simbolo | Rain Hanzi |
| Versione Unicode | 1.1 |
| Unicode | U+96E8 |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \96E8 |
| Codice esadecimale | 0x96E8 |
| Codice HTML | 雨 |
| LaTeX | \CJKchar{96E8} |
| Simbolo | 雨 |
| Codifica URL (percentuale UTF-8) | %E9%9B%A8 |
| Nome parlato / screen reader | Rain Hanzi |
| UTF-8 | E9 9B A8 |
| UTF-16 | 96E8 |
| UTF-32 | 000096E8 |
1\documentclass{article}2\usepackage{pifont}3\CJKchar{96E8}4\end{document}Puoi digitare il simbolo rain hanzi sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 38632 on Windows (numeric keypad with Num Lock), or insert via Character Map / IME.
Edit → Emoji & Symbols, search "rain hanzi", or use Unicode Hex Input with 96E8.
Ctrl + Shift + U, type 96e8, 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-rain::before { content: "\\96E8"; font-family: "Hiragino Sans", "PingFang SC", "Noto Sans CJK SC", serif; }1<span>雨</span>La rappresentazione del simbolo Rain Hanzi nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u96E8' or String.fromCodePoint(38632) |
| Python | '\N{CJK UNIFIED IDEOGRAPH-96E8}' or chr(38632) |
| Rust | '\u{96E8}' |
| C / C++ | UTF-8 source or wchar_t with U+96E8 |
| Go | string(rune(0x96E8)) |
| Ruby | "\u{96E8}" |