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