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