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