| Symbolname | Hangul Syllable Jyaelb |
| Unicode-Version | 2.0 |
| Unicode | U+C7EF |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \C7EF |
| Hexadezimalcode | 0xC7EF |
| HTML-Code | 쟯 |
| LaTeX | \hangul{C7EF} |
| Symbol | 쟯 |
| URL-Kodierung (UTF-8-Prozent) | %EC%9F%AF |
| Ansagename (Screenreader) | Hangul Syllable Jyaelb |
| UTF-8 | EC 9F AF |
| UTF-16 | C7EF |
| UTF-32 | 0000C7EF |
1\documentclass{article}2\usepackage{pifont}3\hangul{C7EF}4\end{document}Sie können das Symbol hangul syllable jyaelb auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 51183 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable jyaelb", or use Unicode Hex Input with C7EF.
Ctrl + Shift + U, type c7ef, 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-jyaelb::before { content: "\C7EF"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>쟯</span>Die Darstellung des Symbols Hangul Syllable Jyaelb in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uC7EF' or String.fromCodePoint(51183) |
| Python | '\N{HANGUL SYLLABLE JYAELB}' or chr(51183) |
| Rust | '\u{C7EF}' |
| C / C++ | UTF-8 source or wchar_t with U+C7EF |
| Go | string(rune(0xC7EF)) |
| Ruby | "\u{C7EF}" |