| Nom du symbole | Hangul Syllable Jwim |
| Version Unicode | 2.0 |
| Unicode | U+C960 |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \C960 |
| Code hexadécimal | 0xC960 |
| Code HTML | 쥠 |
| LaTeX | \hangul{C960} |
| Symbole | 쥠 |
| Encodage URL (pourcent UTF-8) | %EC%A5%A0 |
| Nom oral / lecteur d’écran | Hangul Syllable Jwim |
| UTF-8 | EC A5 A0 |
| UTF-16 | C960 |
| UTF-32 | 0000C960 |
1\documentclass{article}2\usepackage{pifont}3\hangul{C960}4\end{document}Vous pouvez saisir le symbole hangul syllable jwim sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 51552 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable jwim", or use Unicode Hex Input with C960.
Ctrl + Shift + U, type c960, 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-jwim::before { content: "\C960"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>쥠</span>La représentation du symbole Hangul Syllable Jwim dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uC960' or String.fromCodePoint(51552) |
| Python | '\N{HANGUL SYLLABLE JWIM}' or chr(51552) |
| Rust | '\u{C960}' |
| C / C++ | UTF-8 source or wchar_t with U+C960 |
| Go | string(rune(0xC960)) |
| Ruby | "\u{C960}" |