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