| Symboolnaam | Hangul Syllable Mis |
| Unicode-versie | 2.0 |
| Unicode | U+BC11 |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \BC11 |
| Hexadecimale code | 0xBC11 |
| HTML-code | 밑 |
| LaTeX | \hangul{BC11} |
| Symbool | 밑 |
| URL-codering (UTF-8 procent) | %EB%B0%91 |
| Uitgesproken naam / schermlezer | 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}Je kunt het hangul syllable mis-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Hangul Syllable Mis-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |