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