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