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