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