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