| Symboolnaam | Hope Hanzi |
| Unicode-versie | 1.1 |
| Unicode | U+5E0C |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \5E0C |
| Hexadecimale code | 0x5E0C |
| HTML-code | 希 |
| LaTeX | \CJKchar{5E0C} |
| Symbool | 希 |
| URL-codering (UTF-8 procent) | %E5%B8%8C |
| Uitgesproken naam / schermlezer | Hope Hanzi |
| UTF-8 | E5 B8 8C |
| UTF-16 | 5E0C |
| UTF-32 | 00005E0C |
1\documentclass{article}2\usepackage{pifont}3\CJKchar{5E0C}4\end{document}Je kunt het hope hanzi-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 24076 on Windows (numeric keypad with Num Lock), or insert via Character Map / IME.
Edit → Emoji & Symbols, search "hope hanzi", or use Unicode Hex Input with 5E0C.
Ctrl + Shift + U, type 5e0c, 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-hope::before { content: "\\5E0C"; font-family: "Hiragino Sans", "PingFang SC", "Noto Sans CJK SC", serif; }1<span>希</span>De weergave van het Hope Hanzi-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u5E0C' or String.fromCodePoint(24076) |
| Python | '\N{CJK UNIFIED IDEOGRAPH-5E0C}' or chr(24076) |
| Rust | '\u{5E0C}' |
| C / C++ | UTF-8 source or wchar_t with U+5E0C |
| Go | string(rune(0x5E0C)) |
| Ruby | "\u{5E0C}" |