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