| Nom du symbole | Hangul Syllable Ggem |
| Version Unicode | 2.0 |
| Unicode | U+AEE8 |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \AEE8 |
| Code hexadécimal | 0xAEE8 |
| Code HTML | 껨 |
| LaTeX | \hangul{AEE8} |
| Symbole | 껨 |
| Encodage URL (pourcent UTF-8) | %EA%BB%A8 |
| Nom oral / lecteur d’écran | Hangul Syllable Ggem |
| UTF-8 | EA BB A8 |
| UTF-16 | AEE8 |
| UTF-32 | 0000AEE8 |
1\documentclass{article}2\usepackage{pifont}3\hangul{AEE8}4\end{document}Vous pouvez saisir le symbole hangul syllable ggem sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 44776 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable ggem", or use Unicode Hex Input with AEE8.
Ctrl + Shift + U, type aee8, 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-ggem::before { content: "\AEE8"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>껨</span>La représentation du symbole Hangul Syllable Ggem dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uAEE8' or String.fromCodePoint(44776) |
| Python | '\N{HANGUL SYLLABLE GGEM}' or chr(44776) |
| Rust | '\u{AEE8}' |
| C / C++ | UTF-8 source or wchar_t with U+AEE8 |
| Go | string(rune(0xAEE8)) |
| Ruby | "\u{AEE8}" |