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