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