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