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