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