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