| Symboolnaam | Hangul Syllable Penh |
| Unicode-versie | 2.0 |
| Unicode | U+D39E |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \D39E |
| Hexadecimale code | 0xD39E |
| HTML-code | 펞 |
| LaTeX | \hangul{D39E} |
| Symbool | 펞 |
| URL-codering (UTF-8 procent) | %ED%8E%9E |
| Uitgesproken naam / schermlezer | Hangul Syllable Penh |
| UTF-8 | ED 8E 9E |
| UTF-16 | D39E |
| UTF-32 | 0000D39E |
1\documentclass{article}2\usepackage{pifont}3\hangul{D39E}4\end{document}Je kunt het hangul syllable penh-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 54174 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable penh", or use Unicode Hex Input with D39E.
Ctrl + Shift + U, type d39e, 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-penh::before { content: "\D39E"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>펞</span>De weergave van het Hangul Syllable Penh-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uD39E' or String.fromCodePoint(54174) |
| Python | '\N{HANGUL SYLLABLE PENH}' or chr(54174) |
| Rust | '\u{D39E}' |
| C / C++ | UTF-8 source or wchar_t with U+D39E |
| Go | string(rune(0xD39E)) |
| Ruby | "\u{D39E}" |