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