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