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