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