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