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