| Symbolname | Hangul Syllable Pwelb |
| Unicode-Version | 2.0 |
| Unicode | U+D4BB |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \D4BB |
| Hexadezimalcode | 0xD4BB |
| HTML-Code | 풻 |
| LaTeX | \hangul{D4BB} |
| Symbol | 풻 |
| URL-Kodierung (UTF-8-Prozent) | %ED%92%BB |
| Ansagename (Screenreader) | Hangul Syllable Pwelb |
| UTF-8 | ED 92 BB |
| UTF-16 | D4BB |
| UTF-32 | 0000D4BB |
1\documentclass{article}2\usepackage{pifont}3\hangul{D4BB}4\end{document}Sie können das Symbol hangul syllable pwelb auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 54459 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable pwelb", or use Unicode Hex Input with D4BB.
Ctrl + Shift + U, type d4bb, 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-pwelb::before { content: "\D4BB"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>풻</span>Die Darstellung des Symbols Hangul Syllable Pwelb in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uD4BB' or String.fromCodePoint(54459) |
| Python | '\N{HANGUL SYLLABLE PWELB}' or chr(54459) |
| Rust | '\u{D4BB}' |
| C / C++ | UTF-8 source or wchar_t with U+D4BB |
| Go | string(rune(0xD4BB)) |
| Ruby | "\u{D4BB}" |