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