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