| Symboolnaam | Hangul Syllable Jwaegg |
| Unicode-versie | 2.0 |
| Unicode | U+C8AA |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \C8AA |
| Hexadecimale code | 0xC8AA |
| HTML-code | 좪 |
| LaTeX | \hangul{C8AA} |
| Symbool | 좪 |
| URL-codering (UTF-8 procent) | %EC%A2%AA |
| Uitgesproken naam / schermlezer | 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}Je kunt het hangul syllable jwaegg-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Hangul Syllable Jwaegg-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |