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