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