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