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