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