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