| Nombre del símbolo | Lotus Hanzi |
| Versión Unicode | 1.1 |
| Unicode | U+84EE |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \84EE |
| Código hexadecimal | 0x84EE |
| Código HTML | 蓮 |
| LaTeX | \CJKchar{84EE} |
| Símbolo | 蓮 |
| Codificación URL (porcentaje UTF-8) | %E8%93%AE |
| Nombre oral / lector de pantalla | Lotus Hanzi |
| UTF-8 | E8 93 AE |
| UTF-16 | 84EE |
| UTF-32 | 000084EE |
1\documentclass{article}2\usepackage{pifont}3\CJKchar{84EE}4\end{document}Puedes escribir el símbolo lotus hanzi en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 34030 on Windows (numeric keypad with Num Lock), or insert via Character Map / IME.
Edit → Emoji & Symbols, search "lotus hanzi", or use Unicode Hex Input with 84EE.
Ctrl + Shift + U, type 84ee, 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-lotus::before { content: "\\84EE"; font-family: "Hiragino Sans", "PingFang SC", "Noto Sans CJK SC", serif; }1<span>蓮</span>La representación del símbolo Lotus Hanzi en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u84EE' or String.fromCodePoint(34030) |
| Python | '\N{CJK UNIFIED IDEOGRAPH-84EE}' or chr(34030) |
| Rust | '\u{84EE}' |
| C / C++ | UTF-8 source or wchar_t with U+84EE |
| Go | string(rune(0x84EE)) |
| Ruby | "\u{84EE}" |