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