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