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