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