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