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