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