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