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