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