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