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