| Symbol Name | Lotus Hanzi |
| Unicode Version | 1.1 |
| Unicode | U+84EE |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \84EE |
| Hex Code | 0x84EE |
| HTML Code | 蓮 |
| LaTeX | \CJKchar{84EE} |
| Symbol | 蓮 |
| URL encode (UTF-8 percent) | %E8%93%AE |
| Spoken / screen reader name | 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}You can type the lotus hanzi symbol on most modern devices with the help of following methods:
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>Lotus Hanzi symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |