| 記号名 | Hangul Syllable Myuss |
| Unicodeバージョン | 2.0 |
| Unicode | U+BBBE |
| Unicodeブロック | |
| 一般カテゴリ | Other Letter (Lo) |
| CSSコード | \BBBE |
| 16進コード | 0xBBBE |
| HTMLコード | 뮾 |
| LaTeX | \hangul{BBBE} |
| 記号 | 뮾 |
| URLエンコード(UTF-8パーセント) | %EB%AE%BE |
| 読み上げ名 / スクリーンリーダー | Hangul Syllable Myuss |
| UTF-8 | EB AE BE |
| UTF-16 | BBBE |
| UTF-32 | 0000BBBE |
1\documentclass{article}2\usepackage{pifont}3\hangul{BBBE}4\end{document}以下の方法でほとんどの最新デバイスでhangul syllable myuss記号を入力できます:
Alt + 48062 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable myuss", or use Unicode Hex Input with BBBE.
Ctrl + Shift + U, type bbbe, 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-myuss::before { content: "\BBBE"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>뮾</span>各プログラミング言語におけるHangul Syllable Myuss記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\uBBBE' or String.fromCodePoint(48062) |
| Python | '\N{HANGUL SYLLABLE MYUSS}' or chr(48062) |
| Rust | '\u{BBBE}' |
| C / C++ | UTF-8 source or wchar_t with U+BBBE |
| Go | string(rune(0xBBBE)) |
| Ruby | "\u{BBBE}" |