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