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