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