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