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