| Nombre del símbolo | Spirit Hanzi |
| Versión Unicode | 1.1 |
| Unicode | U+795E |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \795E |
| Código hexadecimal | 0x795E |
| Código HTML | 神 |
| LaTeX | \CJKchar{795E} |
| Símbolo | 神 |
| Codificación URL (porcentaje UTF-8) | %E7%A5%9E |
| Nombre oral / lector de pantalla | 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}Puedes escribir el símbolo spirit hanzi en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Spirit Hanzi en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |