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