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