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