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