| Nome del simbolo | Hangul Syllable Penj |
| Versione Unicode | 2.0 |
| Unicode | U+D39D |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \D39D |
| Codice esadecimale | 0xD39D |
| Codice HTML | 펝 |
| LaTeX | \hangul{D39D} |
| Simbolo | 펝 |
| Codifica URL (percentuale UTF-8) | %ED%8E%9D |
| Nome parlato / screen reader | 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}Puoi digitare il simbolo hangul syllable penj sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Hangul Syllable Penj nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |