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