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