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