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