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