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