| Nombre del símbolo | Hangul Syllable Pweogg |
| Versión Unicode | 2.0 |
| Unicode | U+D496 |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \D496 |
| Código hexadecimal | 0xD496 |
| Código HTML | 풖 |
| LaTeX | \hangul{D496} |
| Símbolo | 풖 |
| Codificación URL (porcentaje UTF-8) | %ED%92%96 |
| Nombre oral / lector de pantalla | Hangul Syllable Pweogg |
| UTF-8 | ED 92 96 |
| UTF-16 | D496 |
| UTF-32 | 0000D496 |
1\documentclass{article}2\usepackage{pifont}3\hangul{D496}4\end{document}Puedes escribir el símbolo hangul syllable pweogg en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 54422 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable pweogg", or use Unicode Hex Input with D496.
Ctrl + Shift + U, type d496, 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-pweogg::before { content: "\D496"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>풖</span>La representación del símbolo Hangul Syllable Pweogg en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uD496' or String.fromCodePoint(54422) |
| Python | '\N{HANGUL SYLLABLE PWEOGG}' or chr(54422) |
| Rust | '\u{D496}' |
| C / C++ | UTF-8 source or wchar_t with U+D496 |
| Go | string(rune(0xD496)) |
| Ruby | "\u{D496}" |