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