| Nombre del símbolo | Hangul Syllable Gge |
| Versión Unicode | 2.0 |
| Unicode | U+AED8 |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \AED8 |
| Código hexadecimal | 0xAED8 |
| Código HTML | 께 |
| LaTeX | \hangul{AED8} |
| Símbolo | 께 |
| Codificación URL (porcentaje UTF-8) | %EA%BB%98 |
| Nombre oral / lector de pantalla | 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}Puedes escribir el símbolo hangul syllable gge en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Hangul Syllable Gge en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |