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