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