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