| Nome del simbolo | Love Hanzi |
| Versione Unicode | 1.1 |
| Unicode | U+611B |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \611B |
| Codice esadecimale | 0x611B |
| Codice HTML | 愛 |
| LaTeX | \CJKchar{611B} |
| Simbolo | 愛 |
| Codifica URL (percentuale UTF-8) | %E6%84%9B |
| Nome parlato / screen reader | 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}Puoi digitare il simbolo love hanzi sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Love Hanzi nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |