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