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