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