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