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