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