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