| Symboolnaam | Hangul Syllable Pyom |
| Unicode-versie | 2.0 |
| Unicode | U+D46C |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \D46C |
| Hexadecimale code | 0xD46C |
| HTML-code | 푬 |
| LaTeX | \hangul{D46C} |
| Symbool | 푬 |
| URL-codering (UTF-8 procent) | %ED%91%AC |
| Uitgesproken naam / schermlezer | 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}Je kunt het hangul syllable pyom-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Hangul Syllable Pyom-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |