| 記号名 | Hope Hanzi |
| Unicodeバージョン | 1.1 |
| Unicode | U+5E0C |
| Unicodeブロック | |
| 一般カテゴリ | Other Letter (Lo) |
| CSSコード | \5E0C |
| 16進コード | 0x5E0C |
| HTMLコード | 希 |
| LaTeX | \CJKchar{5E0C} |
| 記号 | 希 |
| URLエンコード(UTF-8パーセント) | %E5%B8%8C |
| 読み上げ名 / スクリーンリーダー | 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}以下の方法でほとんどの最新デバイスでhope hanzi記号を入力できます:
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>各プログラミング言語におけるHope Hanzi記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| 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}" |