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