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