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