| Nom du symbole | Hangul Syllable Pweon |
| Version Unicode | 2.0 |
| Unicode | U+D498 |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \D498 |
| Code hexadécimal | 0xD498 |
| Code HTML | 풘 |
| LaTeX | \hangul{D498} |
| Symbole | 풘 |
| Encodage URL (pourcent UTF-8) | %ED%92%98 |
| Nom oral / lecteur d’écran | Hangul Syllable Pweon |
| UTF-8 | ED 92 98 |
| UTF-16 | D498 |
| UTF-32 | 0000D498 |
1\documentclass{article}2\usepackage{pifont}3\hangul{D498}4\end{document}Vous pouvez saisir le symbole hangul syllable pweon sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 54424 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable pweon", or use Unicode Hex Input with D498.
Ctrl + Shift + U, type d498, 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-pweon::before { content: "\D498"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>풘</span>La représentation du symbole Hangul Syllable Pweon dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uD498' or String.fromCodePoint(54424) |
| Python | '\N{HANGUL SYLLABLE PWEON}' or chr(54424) |
| Rust | '\u{D498}' |
| C / C++ | UTF-8 source or wchar_t with U+D498 |
| Go | string(rune(0xD498)) |
| Ruby | "\u{D498}" |