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