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