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