| Symbol Name | Soul Hanzi |
| Unicode Version | 1.1 |
| Unicode | U+9B42 |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \9B42 |
| Hex Code | 0x9B42 |
| HTML Code | 魂 |
| LaTeX | \CJKchar{9B42} |
| Symbol | 魂 |
| URL encode (UTF-8 percent) | %E9%AD%82 |
| Spoken / screen reader name | 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}You can type the soul hanzi symbol on most modern devices with the help of following methods:
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>Soul Hanzi symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |