| Symbol Name | Hangul Syllable Byels |
| Unicode Version | 2.0 |
| Unicode | U+BCE4 |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \BCE4 |
| Hex Code | 0xBCE4 |
| HTML Code | 볤 |
| LaTeX | \hangul{BCE4} |
| Symbol | 볤 |
| URL encode (UTF-8 percent) | %EB%B3%A4 |
| Spoken / screen reader name | Hangul Syllable Byels |
| UTF-8 | EB B3 A4 |
| UTF-16 | BCE4 |
| UTF-32 | 0000BCE4 |
1\documentclass{article}2\usepackage{pifont}3\hangul{BCE4}4\end{document}You can type the hangul syllable byels symbol on most modern devices with the help of following methods:
Alt + 48356 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable byels", or use Unicode Hex Input with BCE4.
Ctrl + Shift + U, type bce4, 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-byels::before { content: "\BCE4"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>볤</span>Hangul Syllable Byels symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uBCE4' or String.fromCodePoint(48356) |
| Python | '\N{HANGUL SYLLABLE BYELS}' or chr(48356) |
| Rust | '\u{BCE4}' |
| C / C++ | UTF-8 source or wchar_t with U+BCE4 |
| Go | string(rune(0xBCE4)) |
| Ruby | "\u{BCE4}" |