| Symbol Name | Hangul Syllable Pwalb |
| Unicode Version | 2.0 |
| Unicode | U+D413 |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \D413 |
| Hex Code | 0xD413 |
| HTML Code | 퐓 |
| LaTeX | \hangul{D413} |
| Symbol | 퐓 |
| URL encode (UTF-8 percent) | %ED%90%93 |
| Spoken / screen reader name | Hangul Syllable Pwalb |
| UTF-8 | ED 90 93 |
| UTF-16 | D413 |
| UTF-32 | 0000D413 |
1\documentclass{article}2\usepackage{pifont}3\hangul{D413}4\end{document}You can type the hangul syllable pwalb symbol on most modern devices with the help of following methods:
Alt + 54291 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable pwalb", or use Unicode Hex Input with D413.
Ctrl + Shift + U, type d413, 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-pwalb::before { content: "\D413"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>퐓</span>Hangul Syllable Pwalb symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uD413' or String.fromCodePoint(54291) |
| Python | '\N{HANGUL SYLLABLE PWALB}' or chr(54291) |
| Rust | '\u{D413}' |
| C / C++ | UTF-8 source or wchar_t with U+D413 |
| Go | string(rune(0xD413)) |
| Ruby | "\u{D413}" |