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