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