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