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