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