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