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