| Nome del simbolo | Hangul Syllable Jjyelb |
| Versione Unicode | 2.0 |
| Unicode | U+CAAB |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \CAAB |
| Codice esadecimale | 0xCAAB |
| Codice HTML | 쪫 |
| LaTeX | \hangul{CAAB} |
| Simbolo | 쪫 |
| Codifica URL (percentuale UTF-8) | %EC%AA%AB |
| Nome parlato / screen reader | 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}Puoi digitare il simbolo hangul syllable jjyelb sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Hangul Syllable Jjyelb nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |