| Nombre del símbolo | Hangul Syllable Jjwagg |
| Versión Unicode | 2.0 |
| Unicode | U+CADA |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \CADA |
| Código hexadecimal | 0xCADA |
| Código HTML | 쫚 |
| LaTeX | \hangul{CADA} |
| Símbolo | 쫚 |
| Codificación URL (porcentaje UTF-8) | %EC%AB%9A |
| Nombre oral / lector de pantalla | Hangul Syllable Jjwagg |
| UTF-8 | EC AB 9A |
| UTF-16 | CADA |
| UTF-32 | 0000CADA |
1\documentclass{article}2\usepackage{pifont}3\hangul{CADA}4\end{document}Puedes escribir el símbolo hangul syllable jjwagg en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 51930 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable jjwagg", or use Unicode Hex Input with CADA.
Ctrl + Shift + U, type cada, 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-jjwagg::before { content: "\CADA"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>쫚</span>La representación del símbolo Hangul Syllable Jjwagg en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uCADA' or String.fromCodePoint(51930) |
| Python | '\N{HANGUL SYLLABLE JJWAGG}' or chr(51930) |
| Rust | '\u{CADA}' |
| C / C++ | UTF-8 source or wchar_t with U+CADA |
| Go | string(rune(0xCADA)) |
| Ruby | "\u{CADA}" |