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