| Nome del simbolo | Hangul Syllable Ggaemt |
| Versione Unicode | 2.0 |
| Unicode | U+AE7B |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \AE7B |
| Codice esadecimale | 0xAE7B |
| Codice HTML | 깻 |
| LaTeX | \hangul{AE7B} |
| Simbolo | 깻 |
| Codifica URL (percentuale UTF-8) | %EA%B9%BB |
| Nome parlato / screen reader | 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}Puoi digitare il simbolo hangul syllable ggaemt sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Hangul Syllable Ggaemt nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |