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