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