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