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