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