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