| Nom du symbole | Hangul Syllable Jyanj |
| Version Unicode | 2.0 |
| Unicode | U+C7CD |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \C7CD |
| Code hexadécimal | 0xC7CD |
| Code HTML | 쟍 |
| LaTeX | \hangul{C7CD} |
| Symbole | 쟍 |
| Encodage URL (pourcent UTF-8) | %EC%9F%8D |
| Nom oral / lecteur d’écran | 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}Vous pouvez saisir le symbole hangul syllable jyanj sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Hangul Syllable Jyanj dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |