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