| Nome del simbolo | Hangul Syllable Jjyael |
| Versione Unicode | 2.0 |
| Unicode | U+CA38 |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \CA38 |
| Codice esadecimale | 0xCA38 |
| Codice HTML | 쨸 |
| LaTeX | \hangul{CA38} |
| Simbolo | 쨸 |
| Codifica URL (percentuale UTF-8) | %EC%A8%B8 |
| Nome parlato / screen reader | Hangul Syllable Jjyael |
| UTF-8 | EC A8 B8 |
| UTF-16 | CA38 |
| UTF-32 | 0000CA38 |
1\documentclass{article}2\usepackage{pifont}3\hangul{CA38}4\end{document}Puoi digitare il simbolo hangul syllable jjyael sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 51768 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable jjyael", or use Unicode Hex Input with CA38.
Ctrl + Shift + U, type ca38, 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-jjyael::before { content: "\CA38"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>쨸</span>La rappresentazione del simbolo Hangul Syllable Jjyael nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uCA38' or String.fromCodePoint(51768) |
| Python | '\N{HANGUL SYLLABLE JJYAEL}' or chr(51768) |
| Rust | '\u{CA38}' |
| C / C++ | UTF-8 source or wchar_t with U+CA38 |
| Go | string(rune(0xCA38)) |
| Ruby | "\u{CA38}" |