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