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