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