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