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