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