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