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