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