| Symbolname | Hangul Syllable Gge |
| Unicode-Version | 2.0 |
| Unicode | U+AED8 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \AED8 |
| Hexadezimalcode | 0xAED8 |
| HTML-Code | 께 |
| LaTeX | \hangul{AED8} |
| Symbol | 께 |
| URL-Kodierung (UTF-8-Prozent) | %EA%BB%98 |
| Ansagename (Screenreader) | Hangul Syllable Gge |
| UTF-8 | EA BB 98 |
| UTF-16 | AED8 |
| UTF-32 | 0000AED8 |
1\documentclass{article}2\usepackage{pifont}3\hangul{AED8}4\end{document}Sie können das Symbol hangul syllable gge auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 44760 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable gge", or use Unicode Hex Input with AED8.
Ctrl + Shift + U, type aed8, 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-gge::before { content: "\AED8"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>께</span>Die Darstellung des Symbols Hangul Syllable Gge in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uAED8' or String.fromCodePoint(44760) |
| Python | '\N{HANGUL SYLLABLE GGE}' or chr(44760) |
| Rust | '\u{AED8}' |
| C / C++ | UTF-8 source or wchar_t with U+AED8 |
| Go | string(rune(0xAED8)) |
| Ruby | "\u{AED8}" |