| Nom du symbole | Hangul Syllable Pumb |
| Version Unicode | 2.0 |
| Unicode | U+D489 |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \D489 |
| Code hexadécimal | 0xD489 |
| Code HTML | 풉 |
| LaTeX | \hangul{D489} |
| Symbole | 풉 |
| Encodage URL (pourcent UTF-8) | %ED%92%89 |
| Nom oral / lecteur d’écran | 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}Vous pouvez saisir le symbole hangul syllable pumb sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole Hangul Syllable Pumb dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |