| Nome del simbolo | Hangul Syllable Gael |
| Versione Unicode | 2.0 |
| Unicode | U+AC24 |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \AC24 |
| Codice esadecimale | 0xAC24 |
| Codice HTML | 갤 |
| LaTeX | \hangul{AC24} |
| Simbolo | 갤 |
| Codifica URL (percentuale UTF-8) | %EA%B0%A4 |
| Nome parlato / screen reader | Hangul Syllable Gael |
| UTF-8 | EA B0 A4 |
| UTF-16 | AC24 |
| UTF-32 | 0000AC24 |
1\documentclass{article}2\usepackage{pifont}3\hangul{AC24}4\end{document}Puoi digitare il simbolo hangul syllable gael sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 44068 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable gael", or use Unicode Hex Input with AC24.
Ctrl + Shift + U, type ac24, 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-gael::before { content: "\AC24"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>갤</span>La rappresentazione del simbolo Hangul Syllable Gael nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uAC24' or String.fromCodePoint(44068) |
| Python | '\N{HANGUL SYLLABLE GAEL}' or chr(44068) |
| Rust | '\u{AC24}' |
| C / C++ | UTF-8 source or wchar_t with U+AC24 |
| Go | string(rune(0xAC24)) |
| Ruby | "\u{AC24}" |