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