| Symbolname | Hangul Syllable Jyanj |
| Unicode-Version | 2.0 |
| Unicode | U+C7CD |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \C7CD |
| Hexadezimalcode | 0xC7CD |
| HTML-Code | 쟍 |
| LaTeX | \hangul{C7CD} |
| Symbol | 쟍 |
| URL-Kodierung (UTF-8-Prozent) | %EC%9F%8D |
| Ansagename (Screenreader) | 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}Sie können das Symbol hangul syllable jyanj auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Hangul Syllable Jyanj in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |