| Nom du symbole | Hangul Syllable Ggaemt |
| Version Unicode | 2.0 |
| Unicode | U+AE7B |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \AE7B |
| Code hexadécimal | 0xAE7B |
| Code HTML | 깻 |
| LaTeX | \hangul{AE7B} |
| Symbole | 깻 |
| Encodage URL (pourcent UTF-8) | %EA%B9%BB |
| Nom oral / lecteur d’écran | 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}Vous pouvez saisir le symbole hangul syllable ggaemt sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Hangul Syllable Ggaemt dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |