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