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