| Nome del simbolo | Luck Hanzi |
| Versione Unicode | 1.1 |
| Unicode | U+904B |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \904B |
| Codice esadecimale | 0x904B |
| Codice HTML | 運 |
| LaTeX | \CJKchar{904B} |
| Simbolo | 運 |
| Codifica URL (percentuale UTF-8) | %E9%81%8B |
| Nome parlato / screen reader | 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}Puoi digitare il simbolo luck hanzi sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Luck Hanzi nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |