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