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