| Symboolnaam | Luck Hanzi |
| Unicode-versie | 1.1 |
| Unicode | U+904B |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \904B |
| Hexadecimale code | 0x904B |
| HTML-code | 運 |
| LaTeX | \CJKchar{904B} |
| Symbool | 運 |
| URL-codering (UTF-8 procent) | %E9%81%8B |
| Uitgesproken naam / schermlezer | 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}Je kunt het luck hanzi-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Luck Hanzi-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |