| Nom du symbole | Hangul Syllable Jwin |
| Version Unicode | 2.0 |
| Unicode | U+C954 |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \C954 |
| Code hexadécimal | 0xC954 |
| Code HTML | 쥔 |
| LaTeX | \hangul{C954} |
| Symbole | 쥔 |
| Encodage URL (pourcent UTF-8) | %EC%A5%94 |
| Nom oral / lecteur d’écran | 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}Vous pouvez saisir le symbole hangul syllable jwin sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole Hangul Syllable Jwin dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |