| Symbol Name | Spirit Hanzi |
| Unicode Version | 1.1 |
| Unicode | U+795E |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \795E |
| Hex Code | 0x795E |
| HTML Code | 神 |
| LaTeX | \CJKchar{795E} |
| Symbol | 神 |
| URL encode (UTF-8 percent) | %E7%A5%9E |
| Spoken / screen reader name | Spirit Hanzi |
| UTF-8 | E7 A5 9E |
| UTF-16 | 795E |
| UTF-32 | 0000795E |
1\documentclass{article}2\usepackage{pifont}3\CJKchar{795E}4\end{document}You can type the spirit hanzi symbol on most modern devices with the help of following methods:
Alt + 31070 on Windows (numeric keypad with Num Lock), or insert via Character Map / IME.
Edit → Emoji & Symbols, search "spirit hanzi", or use Unicode Hex Input with 795E.
Ctrl + Shift + U, type 795e, 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-spirit::before { content: "\\795E"; font-family: "Hiragino Sans", "PingFang SC", "Noto Sans CJK SC", serif; }1<span>神</span>Spirit Hanzi symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u795E' or String.fromCodePoint(31070) |
| Python | '\N{CJK UNIFIED IDEOGRAPH-795E}' or chr(31070) |
| Rust | '\u{795E}' |
| C / C++ | UTF-8 source or wchar_t with U+795E |
| Go | string(rune(0x795E)) |
| Ruby | "\u{795E}" |