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