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