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