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