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