| Nom du symbole | Hangul Syllable Pyom |
| Version Unicode | 2.0 |
| Unicode | U+D46C |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \D46C |
| Code hexadécimal | 0xD46C |
| Code HTML | 푬 |
| LaTeX | \hangul{D46C} |
| Symbole | 푬 |
| Encodage URL (pourcent UTF-8) | %ED%91%AC |
| Nom oral / lecteur d’écran | Hangul Syllable Pyom |
| UTF-8 | ED 91 AC |
| UTF-16 | D46C |
| UTF-32 | 0000D46C |
1\documentclass{article}2\usepackage{pifont}3\hangul{D46C}4\end{document}Vous pouvez saisir le symbole hangul syllable pyom sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 54380 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable pyom", or use Unicode Hex Input with D46C.
Ctrl + Shift + U, type d46c, 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-pyom::before { content: "\D46C"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>푬</span>La représentation du symbole Hangul Syllable Pyom dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uD46C' or String.fromCodePoint(54380) |
| Python | '\N{HANGUL SYLLABLE PYOM}' or chr(54380) |
| Rust | '\u{D46C}' |
| C / C++ | UTF-8 source or wchar_t with U+D46C |
| Go | string(rune(0xD46C)) |
| Ruby | "\u{D46C}" |