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