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