| Symbol Name | Hangul Syllable Jwaegg |
| Unicode Version | 2.0 |
| Unicode | U+C8AA |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \C8AA |
| Hex Code | 0xC8AA |
| HTML Code | 좪 |
| LaTeX | \hangul{C8AA} |
| Symbol | 좪 |
| URL encode (UTF-8 percent) | %EC%A2%AA |
| Spoken / screen reader name | 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}You can type the hangul syllable jwaegg symbol on most modern devices with the help of following methods:
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>Hangul Syllable Jwaegg symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |