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