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