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