| Symboolnaam | Hangul Syllable Pyums |
| Unicode-versie | 2.0 |
| Unicode | U+D4FA |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \D4FA |
| Hexadecimale code | 0xD4FA |
| HTML-code | 퓺 |
| LaTeX | \hangul{D4FA} |
| Symbool | 퓺 |
| URL-codering (UTF-8 procent) | %ED%93%BA |
| Uitgesproken naam / schermlezer | Hangul Syllable Pyums |
| UTF-8 | ED 93 BA |
| UTF-16 | D4FA |
| UTF-32 | 0000D4FA |
1\documentclass{article}2\usepackage{pifont}3\hangul{D4FA}4\end{document}Je kunt het hangul syllable pyums-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 54522 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable pyums", or use Unicode Hex Input with D4FA.
Ctrl + Shift + U, type d4fa, 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-pyums::before { content: "\D4FA"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>퓺</span>De weergave van het Hangul Syllable Pyums-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uD4FA' or String.fromCodePoint(54522) |
| Python | '\N{HANGUL SYLLABLE PYUMS}' or chr(54522) |
| Rust | '\u{D4FA}' |
| C / C++ | UTF-8 source or wchar_t with U+D4FA |
| Go | string(rune(0xD4FA)) |
| Ruby | "\u{D4FA}" |