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