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