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