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