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