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