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