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