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