| Nom du symbole | Dream Hanzi |
| Version Unicode | 1.1 |
| Unicode | U+5922 |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \5922 |
| Code hexadécimal | 0x5922 |
| Code HTML | 夢 |
| LaTeX | \CJKchar{5922} |
| Symbole | 夢 |
| Encodage URL (pourcent UTF-8) | %E5%A4%A2 |
| Nom oral / lecteur d’écran | Dream Hanzi |
| UTF-8 | E5 A4 A2 |
| UTF-16 | 5922 |
| UTF-32 | 00005922 |
1\documentclass{article}2\usepackage{pifont}3\CJKchar{5922}4\end{document}Vous pouvez saisir le symbole dream hanzi sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 22818 on Windows (numeric keypad with Num Lock), or insert via Character Map / IME.
Edit → Emoji & Symbols, search "dream hanzi", or use Unicode Hex Input with 5922.
Ctrl + Shift + U, type 5922, 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-dream::before { content: "\\5922"; font-family: "Hiragino Sans", "PingFang SC", "Noto Sans CJK SC", serif; }1<span>夢</span>La représentation du symbole Dream Hanzi dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u5922' or String.fromCodePoint(22818) |
| Python | '\N{CJK UNIFIED IDEOGRAPH-5922}' or chr(22818) |
| Rust | '\u{5922}' |
| C / C++ | UTF-8 source or wchar_t with U+5922 |
| Go | string(rune(0x5922)) |
| Ruby | "\u{5922}" |