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