| Symbol Name | Hangul Syllable Paems |
| Unicode Version | 2.0 |
| Unicode | U+D33A |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \D33A |
| Hex Code | 0xD33A |
| HTML Code | 팺 |
| LaTeX | \hangul{D33A} |
| Symbol | 팺 |
| URL encode (UTF-8 percent) | %ED%8C%BA |
| Spoken / screen reader name | Hangul Syllable Paems |
| UTF-8 | ED 8C BA |
| UTF-16 | D33A |
| UTF-32 | 0000D33A |
1\documentclass{article}2\usepackage{pifont}3\hangul{D33A}4\end{document}You can type the hangul syllable paems symbol on most modern devices with the help of following methods:
Alt + 54074 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable paems", or use Unicode Hex Input with D33A.
Ctrl + Shift + U, type d33a, 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-paems::before { content: "\D33A"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>팺</span>Hangul Syllable Paems symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uD33A' or String.fromCodePoint(54074) |
| Python | '\N{HANGUL SYLLABLE PAEMS}' or chr(54074) |
| Rust | '\u{D33A}' |
| C / C++ | UTF-8 source or wchar_t with U+D33A |
| Go | string(rune(0xD33A)) |
| Ruby | "\u{D33A}" |