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