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