| Nombre del símbolo | Joy Hanzi |
| Versión Unicode | 1.1 |
| Unicode | U+559C |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \559C |
| Código hexadecimal | 0x559C |
| Código HTML | 喜 |
| LaTeX | \CJKchar{559C} |
| Símbolo | 喜 |
| Codificación URL (porcentaje UTF-8) | %E5%96%9C |
| Nombre oral / lector de pantalla | 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}Puedes escribir el símbolo joy hanzi en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Joy Hanzi en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |