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