| Nombre del símbolo | Hangul Syllable Jjomh |
| Versión Unicode | 2.0 |
| Unicode | U+CAD1 |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \CAD1 |
| Código hexadecimal | 0xCAD1 |
| Código HTML | 쫑 |
| LaTeX | \hangul{CAD1} |
| Símbolo | 쫑 |
| Codificación URL (porcentaje UTF-8) | %EC%AB%91 |
| Nombre oral / lector de pantalla | 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}Puedes escribir el símbolo hangul syllable jjomh en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Hangul Syllable Jjomh en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |