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