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