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