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