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