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