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