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