| Symbol Name | Hangul Syllable Ggyaelt |
| Unicode Version | 2.0 |
| Unicode | U+AEAD |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \AEAD |
| Hex Code | 0xAEAD |
| HTML Code | 꺭 |
| LaTeX | \hangul{AEAD} |
| Symbol | 꺭 |
| URL encode (UTF-8 percent) | %EA%BA%AD |
| Spoken / screen reader name | 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}You can type the hangul syllable ggyaelt symbol on most modern devices with the help of following methods:
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>Hangul Syllable Ggyaelt symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |