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