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