| Nom du symbole | Beauty Hanzi |
| Version Unicode | 1.1 |
| Unicode | U+7F8E |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \7F8E |
| Code hexadécimal | 0x7F8E |
| Code HTML | 美 |
| LaTeX | \CJKchar{7F8E} |
| Symbole | 美 |
| Encodage URL (pourcent UTF-8) | %E7%BE%8E |
| Nom oral / lecteur d’écran | Beauty Hanzi |
| UTF-8 | E7 BE 8E |
| UTF-16 | 7F8E |
| UTF-32 | 00007F8E |
1\documentclass{article}2\usepackage{pifont}3\CJKchar{7F8E}4\end{document}Vous pouvez saisir le symbole beauty hanzi sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 32654 on Windows (numeric keypad with Num Lock), or insert via Character Map / IME.
Edit → Emoji & Symbols, search "beauty hanzi", or use Unicode Hex Input with 7F8E.
Ctrl + Shift + U, type 7f8e, 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-beauty::before { content: "\\7F8E"; font-family: "Hiragino Sans", "PingFang SC", "Noto Sans CJK SC", serif; }1<span>美</span>La représentation du symbole Beauty Hanzi dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u7F8E' or String.fromCodePoint(32654) |
| Python | '\N{CJK UNIFIED IDEOGRAPH-7F8E}' or chr(32654) |
| Rust | '\u{7F8E}' |
| C / C++ | UTF-8 source or wchar_t with U+7F8E |
| Go | string(rune(0x7F8E)) |
| Ruby | "\u{7F8E}" |