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