| Symbolname | Hangul Syllable Pumb |
| Unicode-Version | 2.0 |
| Unicode | U+D489 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \D489 |
| Hexadezimalcode | 0xD489 |
| HTML-Code | 풉 |
| LaTeX | \hangul{D489} |
| Symbol | 풉 |
| URL-Kodierung (UTF-8-Prozent) | %ED%92%89 |
| Ansagename (Screenreader) | 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}Sie können das Symbol hangul syllable pumb auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Hangul Syllable Pumb in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |