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