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