| Nombre del símbolo | Hangul Syllable Ggamt |
| Versión Unicode | 2.0 |
| Unicode | U+AE5F |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \AE5F |
| Código hexadecimal | 0xAE5F |
| Código HTML | 깟 |
| LaTeX | \hangul{AE5F} |
| Símbolo | 깟 |
| Codificación URL (porcentaje UTF-8) | %EA%B9%9F |
| Nombre oral / lector de pantalla | Hangul Syllable Ggamt |
| UTF-8 | EA B9 9F |
| UTF-16 | AE5F |
| UTF-32 | 0000AE5F |
1\documentclass{article}2\usepackage{pifont}3\hangul{AE5F}4\end{document}Puedes escribir el símbolo hangul syllable ggamt en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 44639 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable ggamt", or use Unicode Hex Input with AE5F.
Ctrl + Shift + U, type ae5f, 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-ggamt::before { content: "\AE5F"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>깟</span>La representación del símbolo Hangul Syllable Ggamt en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uAE5F' or String.fromCodePoint(44639) |
| Python | '\N{HANGUL SYLLABLE GGAMT}' or chr(44639) |
| Rust | '\u{AE5F}' |
| C / C++ | UTF-8 source or wchar_t with U+AE5F |
| Go | string(rune(0xAE5F)) |
| Ruby | "\u{AE5F}" |