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