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