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