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