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