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