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