| Nom du symbole | Hangul Syllable Paen |
| Version Unicode | 2.0 |
| Unicode | U+D32C |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \D32C |
| Code hexadécimal | 0xD32C |
| Code HTML | 팬 |
| LaTeX | \hangul{D32C} |
| Symbole | 팬 |
| Encodage URL (pourcent UTF-8) | %ED%8C%AC |
| Nom oral / lecteur d’écran | Hangul Syllable Paen |
| UTF-8 | ED 8C AC |
| UTF-16 | D32C |
| UTF-32 | 0000D32C |
1\documentclass{article}2\usepackage{pifont}3\hangul{D32C}4\end{document}Vous pouvez saisir le symbole hangul syllable paen sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 54060 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable paen", or use Unicode Hex Input with D32C.
Ctrl + Shift + U, type d32c, then Enter (layout-dependent), or use an IBus Hangul table.
Paste from this page, use text replacement, or pick from the Korean keyboard.
Paste from this page or use a keyboard with Hangul support.
1span.korean-syllable-paen::before { content: "\D32C"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>팬</span>La représentation du symbole Hangul Syllable Paen dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uD32C' or String.fromCodePoint(54060) |
| Python | '\N{HANGUL SYLLABLE PAEN}' or chr(54060) |
| Rust | '\u{D32C}' |
| C / C++ | UTF-8 source or wchar_t with U+D32C |
| Go | string(rune(0xD32C)) |
| Ruby | "\u{D32C}" |