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