| Symbolname | Good Hanzi |
| Unicode-Version | 1.1 |
| Unicode | U+5584 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \5584 |
| Hexadezimalcode | 0x5584 |
| HTML-Code | 善 |
| LaTeX | \CJKchar{5584} |
| Symbol | 善 |
| URL-Kodierung (UTF-8-Prozent) | %E5%96%84 |
| Ansagename (Screenreader) | Good Hanzi |
| UTF-8 | E5 96 84 |
| UTF-16 | 5584 |
| UTF-32 | 00005584 |
1\documentclass{article}2\usepackage{pifont}3\CJKchar{5584}4\end{document}Sie können das Symbol good hanzi auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 21892 on Windows (numeric keypad with Num Lock), or insert via Character Map / IME.
Edit → Emoji & Symbols, search "good hanzi", or use Unicode Hex Input with 5584.
Ctrl + Shift + U, type 5584, 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-good::before { content: "\\5584"; font-family: "Hiragino Sans", "PingFang SC", "Noto Sans CJK SC", serif; }1<span>善</span>Die Darstellung des Symbols Good Hanzi in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u5584' or String.fromCodePoint(21892) |
| Python | '\N{CJK UNIFIED IDEOGRAPH-5584}' or chr(21892) |
| Rust | '\u{5584}' |
| C / C++ | UTF-8 source or wchar_t with U+5584 |
| Go | string(rune(0x5584)) |
| Ruby | "\u{5584}" |