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