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