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