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