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