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