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