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