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