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