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