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