| Symbolname | Lotus Hanzi |
| Unicode-Version | 1.1 |
| Unicode | U+84EE |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \84EE |
| Hexadezimalcode | 0x84EE |
| HTML-Code | 蓮 |
| LaTeX | \CJKchar{84EE} |
| Symbol | 蓮 |
| URL-Kodierung (UTF-8-Prozent) | %E8%93%AE |
| Ansagename (Screenreader) | 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}Sie können das Symbol lotus hanzi auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Lotus Hanzi in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |