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