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