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