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