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