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