| Nome del simbolo | Hangul Syllable Mimb |
| Versione Unicode | 2.0 |
| Unicode | U+BC09 |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \BC09 |
| Codice esadecimale | 0xBC09 |
| Codice HTML | 밉 |
| LaTeX | \hangul{BC09} |
| Simbolo | 밉 |
| Codifica URL (percentuale UTF-8) | %EB%B0%89 |
| Nome parlato / screen reader | Hangul Syllable Mimb |
| UTF-8 | EB B0 89 |
| UTF-16 | BC09 |
| UTF-32 | 0000BC09 |
1\documentclass{article}2\usepackage{pifont}3\hangul{BC09}4\end{document}Puoi digitare il simbolo hangul syllable mimb sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 48137 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable mimb", or use Unicode Hex Input with BC09.
Ctrl + Shift + U, type bc09, 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-mimb::before { content: "\BC09"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>밉</span>La rappresentazione del simbolo Hangul Syllable Mimb nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uBC09' or String.fromCodePoint(48137) |
| Python | '\N{HANGUL SYLLABLE MIMB}' or chr(48137) |
| Rust | '\u{BC09}' |
| C / C++ | UTF-8 source or wchar_t with U+BC09 |
| Go | string(rune(0xBC09)) |
| Ruby | "\u{BC09}" |