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