| Nome del simbolo | Joy Hanzi |
| Versione Unicode | 1.1 |
| Unicode | U+559C |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \559C |
| Codice esadecimale | 0x559C |
| Codice HTML | 喜 |
| LaTeX | \CJKchar{559C} |
| Simbolo | 喜 |
| Codifica URL (percentuale UTF-8) | %E5%96%9C |
| Nome parlato / screen reader | Joy Hanzi |
| UTF-8 | E5 96 9C |
| UTF-16 | 559C |
| UTF-32 | 0000559C |
1\documentclass{article}2\usepackage{pifont}3\CJKchar{559C}4\end{document}Puoi digitare il simbolo joy hanzi sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 21916 on Windows (numeric keypad with Num Lock), or insert via Character Map / IME.
Edit → Emoji & Symbols, search "joy hanzi", or use Unicode Hex Input with 559C.
Ctrl + Shift + U, type 559c, 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-joy::before { content: "\\559C"; font-family: "Hiragino Sans", "PingFang SC", "Noto Sans CJK SC", serif; }1<span>喜</span>La rappresentazione del simbolo Joy Hanzi nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u559C' or String.fromCodePoint(21916) |
| Python | '\N{CJK UNIFIED IDEOGRAPH-559C}' or chr(21916) |
| Rust | '\u{559C}' |
| C / C++ | UTF-8 source or wchar_t with U+559C |
| Go | string(rune(0x559C)) |
| Ruby | "\u{559C}" |