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