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