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