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