| Symbol Name | Hangul Syllable Bwen |
| Unicode Version | 2.0 |
| Unicode | U+BDBC |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \BDBC |
| Hex Code | 0xBDBC |
| HTML Code | 붼 |
| LaTeX | \hangul{BDBC} |
| Symbol | 붼 |
| URL encode (UTF-8 percent) | %EB%B6%BC |
| Spoken / screen reader name | Hangul Syllable Bwen |
| UTF-8 | EB B6 BC |
| UTF-16 | BDBC |
| UTF-32 | 0000BDBC |
1\documentclass{article}2\usepackage{pifont}3\hangul{BDBC}4\end{document}You can type the hangul syllable bwen symbol on most modern devices with the help of following methods:
Alt + 48572 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable bwen", or use Unicode Hex Input with BDBC.
Ctrl + Shift + U, type bdbc, 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-bwen::before { content: "\BDBC"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>붼</span>Hangul Syllable Bwen symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uBDBC' or String.fromCodePoint(48572) |
| Python | '\N{HANGUL SYLLABLE BWEN}' or chr(48572) |
| Rust | '\u{BDBC}' |
| C / C++ | UTF-8 source or wchar_t with U+BDBC |
| Go | string(rune(0xBDBC)) |
| Ruby | "\u{BDBC}" |