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