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