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