| Symboolnaam | Fortune Hanzi |
| Unicode-versie | 1.1 |
| Unicode | U+798F |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \798F |
| Hexadecimale code | 0x798F |
| HTML-code | 福 |
| LaTeX | \CJKchar{798F} |
| Symbool | 福 |
| URL-codering (UTF-8 procent) | %E7%A6%8F |
| Uitgesproken naam / schermlezer | Fortune Hanzi |
| UTF-8 | E7 A6 8F |
| UTF-16 | 798F |
| UTF-32 | 0000798F |
1\documentclass{article}2\usepackage{pifont}3\CJKchar{798F}4\end{document}Je kunt het fortune hanzi-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 31119 on Windows (numeric keypad with Num Lock), or insert via Character Map / IME.
Edit → Emoji & Symbols, search "fortune hanzi", or use Unicode Hex Input with 798F.
Ctrl + Shift + U, type 798f, 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-fortune::before { content: "\\798F"; font-family: "Hiragino Sans", "PingFang SC", "Noto Sans CJK SC", serif; }1<span>福</span>De weergave van het Fortune Hanzi-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u798F' or String.fromCodePoint(31119) |
| Python | '\N{CJK UNIFIED IDEOGRAPH-798F}' or chr(31119) |
| Rust | '\u{798F}' |
| C / C++ | UTF-8 source or wchar_t with U+798F |
| Go | string(rune(0x798F)) |
| Ruby | "\u{798F}" |