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