| Nombre del símbolo | Hangul Syllable Gaelp |
| Versión Unicode | 2.0 |
| Unicode | U+AC2A |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \AC2A |
| Código hexadecimal | 0xAC2A |
| Código HTML | 갪 |
| LaTeX | \hangul{AC2A} |
| Símbolo | 갪 |
| Codificación URL (porcentaje UTF-8) | %EA%B0%AA |
| Nombre oral / lector de pantalla | 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}Puedes escribir el símbolo hangul syllable gaelp en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Hangul Syllable Gaelp en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |