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