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