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