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