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