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