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