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