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