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