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