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