| Nombre del símbolo | Hangul Syllable Ganh |
| Versión Unicode | 2.0 |
| Unicode | U+AC06 |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \AC06 |
| Código hexadecimal | 0xAC06 |
| Código HTML | 갆 |
| LaTeX | \hangul{AC06} |
| Símbolo | 갆 |
| Codificación URL (porcentaje UTF-8) | %EA%B0%86 |
| Nombre oral / lector de pantalla | Hangul Syllable Ganh |
| UTF-8 | EA B0 86 |
| UTF-16 | AC06 |
| UTF-32 | 0000AC06 |
1\documentclass{article}2\usepackage{pifont}3\hangul{AC06}4\end{document}Puedes escribir el símbolo hangul syllable ganh en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 44038 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable ganh", or use Unicode Hex Input with AC06.
Ctrl + Shift + U, type ac06, 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-ganh::before { content: "\AC06"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>갆</span>La representación del símbolo Hangul Syllable Ganh en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uAC06' or String.fromCodePoint(44038) |
| Python | '\N{HANGUL SYLLABLE GANH}' or chr(44038) |
| Rust | '\u{AC06}' |
| C / C++ | UTF-8 source or wchar_t with U+AC06 |
| Go | string(rune(0xAC06)) |
| Ruby | "\u{AC06}" |