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