| Nome del simbolo | Hangul Syllable Ggaegg |
| Versione Unicode | 2.0 |
| Unicode | U+AE6A |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \AE6A |
| Codice esadecimale | 0xAE6A |
| Codice HTML | 깪 |
| LaTeX | \hangul{AE6A} |
| Simbolo | 깪 |
| Codifica URL (percentuale UTF-8) | %EA%B9%AA |
| Nome parlato / screen reader | Hangul Syllable Ggaegg |
| UTF-8 | EA B9 AA |
| UTF-16 | AE6A |
| UTF-32 | 0000AE6A |
1\documentclass{article}2\usepackage{pifont}3\hangul{AE6A}4\end{document}Puoi digitare il simbolo hangul syllable ggaegg sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 44650 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable ggaegg", or use Unicode Hex Input with AE6A.
Ctrl + Shift + U, type ae6a, 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-ggaegg::before { content: "\AE6A"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>깪</span>La rappresentazione del simbolo Hangul Syllable Ggaegg nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uAE6A' or String.fromCodePoint(44650) |
| Python | '\N{HANGUL SYLLABLE GGAEGG}' or chr(44650) |
| Rust | '\u{AE6A}' |
| C / C++ | UTF-8 source or wchar_t with U+AE6A |
| Go | string(rune(0xAE6A)) |
| Ruby | "\u{AE6A}" |