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