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