| Nome del simbolo | Hangul Syllable Pweolb |
| Versione Unicode | 2.0 |
| Unicode | U+D49F |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \D49F |
| Codice esadecimale | 0xD49F |
| Codice HTML | 풟 |
| LaTeX | \hangul{D49F} |
| Simbolo | 풟 |
| Codifica URL (percentuale UTF-8) | %ED%92%9F |
| Nome parlato / screen reader | Hangul Syllable Pweolb |
| UTF-8 | ED 92 9F |
| UTF-16 | D49F |
| UTF-32 | 0000D49F |
1\documentclass{article}2\usepackage{pifont}3\hangul{D49F}4\end{document}Puoi digitare il simbolo hangul syllable pweolb sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 54431 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable pweolb", or use Unicode Hex Input with D49F.
Ctrl + Shift + U, type d49f, 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-pweolb::before { content: "\D49F"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>풟</span>La rappresentazione del simbolo Hangul Syllable Pweolb nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uD49F' or String.fromCodePoint(54431) |
| Python | '\N{HANGUL SYLLABLE PWEOLB}' or chr(54431) |
| Rust | '\u{D49F}' |
| C / C++ | UTF-8 source or wchar_t with U+D49F |
| Go | string(rune(0xD49F)) |
| Ruby | "\u{D49F}" |