| Nom du symbole | Rain Hanzi |
| Version Unicode | 1.1 |
| Unicode | U+96E8 |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \96E8 |
| Code hexadécimal | 0x96E8 |
| Code HTML | 雨 |
| LaTeX | \CJKchar{96E8} |
| Symbole | 雨 |
| Encodage URL (pourcent UTF-8) | %E9%9B%A8 |
| Nom oral / lecteur d’écran | 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}Vous pouvez saisir le symbole rain hanzi sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Rain Hanzi dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |