| 記号名 | Hangul Syllable Muibs |
| Unicodeバージョン | 2.0 |
| Unicode | U+BBF3 |
| Unicodeブロック | |
| 一般カテゴリ | Other Letter (Lo) |
| CSSコード | \BBF3 |
| 16進コード | 0xBBF3 |
| HTMLコード | 믳 |
| LaTeX | \hangul{BBF3} |
| 記号 | 믳 |
| URLエンコード(UTF-8パーセント) | %EB%AF%B3 |
| 読み上げ名 / スクリーンリーダー | 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}以下の方法でほとんどの最新デバイスでhangul syllable muibs記号を入力できます:
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>各プログラミング言語におけるHangul Syllable Muibs記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| 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}" |