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