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