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