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