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