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