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