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