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