| Nome del simbolo | Soul Hanzi |
| Versione Unicode | 1.1 |
| Unicode | U+9B42 |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \9B42 |
| Codice esadecimale | 0x9B42 |
| Codice HTML | 魂 |
| LaTeX | \CJKchar{9B42} |
| Simbolo | 魂 |
| Codifica URL (percentuale UTF-8) | %E9%AD%82 |
| Nome parlato / screen reader | 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}Puoi digitare il simbolo soul hanzi sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Soul Hanzi nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |