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