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