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