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