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