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