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