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