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