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