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