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