| Symbol Name | Hangul Syllable Pyeol |
| Unicode Version | 2.0 |
| Unicode | U+D3BC |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \D3BC |
| Hex Code | 0xD3BC |
| HTML Code | 펼 |
| LaTeX | \hangul{D3BC} |
| Symbol | 펼 |
| URL encode (UTF-8 percent) | %ED%8E%BC |
| Spoken / screen reader name | 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}You can type the hangul syllable pyeol symbol on most modern devices with the help of following methods:
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>Hangul Syllable Pyeol symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |