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