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