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