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