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