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