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