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