| Nombre del símbolo | Hangul Syllable Mis |
| Versión Unicode | 2.0 |
| Unicode | U+BC11 |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \BC11 |
| Código hexadecimal | 0xBC11 |
| Código HTML | 밑 |
| LaTeX | \hangul{BC11} |
| Símbolo | 밑 |
| Codificación URL (porcentaje UTF-8) | %EB%B0%91 |
| Nombre oral / lector de pantalla | 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}Puedes escribir el símbolo hangul syllable mis en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Hangul Syllable Mis en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |