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