| Nome del simbolo | Hangul Syllable Ggyeob |
| Versione Unicode | 2.0 |
| Unicode | U+AF0A |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \AF0A |
| Codice esadecimale | 0xAF0A |
| Codice HTML | 꼊 |
| LaTeX | \hangul{AF0A} |
| Simbolo | 꼊 |
| Codifica URL (percentuale UTF-8) | %EA%BC%8A |
| Nome parlato / screen reader | Hangul Syllable Ggyeob |
| UTF-8 | EA BC 8A |
| UTF-16 | AF0A |
| UTF-32 | 0000AF0A |
1\documentclass{article}2\usepackage{pifont}3\hangul{AF0A}4\end{document}Puoi digitare il simbolo hangul syllable ggyeob sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 44810 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable ggyeob", or use Unicode Hex Input with AF0A.
Ctrl + Shift + U, type af0a, 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-ggyeob::before { content: "\AF0A"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>꼊</span>La rappresentazione del simbolo Hangul Syllable Ggyeob nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uAF0A' or String.fromCodePoint(44810) |
| Python | '\N{HANGUL SYLLABLE GGYEOB}' or chr(44810) |
| Rust | '\u{AF0A}' |
| C / C++ | UTF-8 source or wchar_t with U+AF0A |
| Go | string(rune(0xAF0A)) |
| Ruby | "\u{AF0A}" |