| Nom du symbole | Hangul Syllable Penj |
| Version Unicode | 2.0 |
| Unicode | U+D39D |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \D39D |
| Code hexadécimal | 0xD39D |
| Code HTML | 펝 |
| LaTeX | \hangul{D39D} |
| Symbole | 펝 |
| Encodage URL (pourcent UTF-8) | %ED%8E%9D |
| Nom oral / lecteur d’écran | 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}Vous pouvez saisir le symbole hangul syllable penj sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Hangul Syllable Penj dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |