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