| Nom du symbole | Lotus Hanzi |
| Version Unicode | 1.1 |
| Unicode | U+84EE |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \84EE |
| Code hexadécimal | 0x84EE |
| Code HTML | 蓮 |
| LaTeX | \CJKchar{84EE} |
| Symbole | 蓮 |
| Encodage URL (pourcent UTF-8) | %E8%93%AE |
| Nom oral / lecteur d’écran | 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}Vous pouvez saisir le symbole lotus hanzi sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Lotus Hanzi dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |