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