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