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