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