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