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