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