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