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