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