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