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