| Symboolnaam | Hangul Syllable Jass |
| Unicode-versie | 2.0 |
| Unicode | U+C7AA |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \C7AA |
| Hexadecimale code | 0xC7AA |
| HTML-code | 잪 |
| LaTeX | \hangul{C7AA} |
| Symbool | 잪 |
| URL-codering (UTF-8 procent) | %EC%9E%AA |
| Uitgesproken naam / schermlezer | Hangul Syllable Jass |
| UTF-8 | EC 9E AA |
| UTF-16 | C7AA |
| UTF-32 | 0000C7AA |
1\documentclass{article}2\usepackage{pifont}3\hangul{C7AA}4\end{document}Je kunt het hangul syllable jass-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 51114 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable jass", or use Unicode Hex Input with C7AA.
Ctrl + Shift + U, type c7aa, 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-jass::before { content: "\C7AA"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>잪</span>De weergave van het Hangul Syllable Jass-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uC7AA' or String.fromCodePoint(51114) |
| Python | '\N{HANGUL SYLLABLE JASS}' or chr(51114) |
| Rust | '\u{C7AA}' |
| C / C++ | UTF-8 source or wchar_t with U+C7AA |
| Go | string(rune(0xC7AA)) |
| Ruby | "\u{C7AA}" |