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