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