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