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