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