| Nombre del símbolo | Love Hanzi |
| Versión Unicode | 1.1 |
| Unicode | U+611B |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \611B |
| Código hexadecimal | 0x611B |
| Código HTML | 愛 |
| LaTeX | \CJKchar{611B} |
| Símbolo | 愛 |
| Codificación URL (porcentaje UTF-8) | %E6%84%9B |
| Nombre oral / lector de pantalla | 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}Puedes escribir el símbolo love hanzi en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Love Hanzi en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |