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