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