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