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