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