| Symbolname | Hangul Syllable Muibs |
| Unicode-Version | 2.0 |
| Unicode | U+BBF3 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \BBF3 |
| Hexadezimalcode | 0xBBF3 |
| HTML-Code | 믳 |
| LaTeX | \hangul{BBF3} |
| Symbol | 믳 |
| URL-Kodierung (UTF-8-Prozent) | %EB%AF%B3 |
| Ansagename (Screenreader) | Hangul Syllable Muibs |
| UTF-8 | EB AF B3 |
| UTF-16 | BBF3 |
| UTF-32 | 0000BBF3 |
1\documentclass{article}2\usepackage{pifont}3\hangul{BBF3}4\end{document}Sie können das Symbol hangul syllable muibs auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 48115 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable muibs", or use Unicode Hex Input with BBF3.
Ctrl + Shift + U, type bbf3, 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-muibs::before { content: "\BBF3"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>믳</span>Die Darstellung des Symbols Hangul Syllable Muibs in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uBBF3' or String.fromCodePoint(48115) |
| Python | '\N{HANGUL SYLLABLE MUIBS}' or chr(48115) |
| Rust | '\u{BBF3}' |
| C / C++ | UTF-8 source or wchar_t with U+BBF3 |
| Go | string(rune(0xBBF3)) |
| Ruby | "\u{BBF3}" |