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