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