| Symbol Name | Hangul Syllable Ggyanj |
| Unicode Version | 2.0 |
| Unicode | U+AE89 |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \AE89 |
| Hex Code | 0xAE89 |
| HTML Code | 꺉 |
| LaTeX | \hangul{AE89} |
| Symbol | 꺉 |
| URL encode (UTF-8 percent) | %EA%BA%89 |
| Spoken / screen reader name | Hangul Syllable Ggyanj |
| UTF-8 | EA BA 89 |
| UTF-16 | AE89 |
| UTF-32 | 0000AE89 |
1\documentclass{article}2\usepackage{pifont}3\hangul{AE89}4\end{document}You can type the hangul syllable ggyanj symbol on most modern devices with the help of following methods:
Alt + 44681 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable ggyanj", or use Unicode Hex Input with AE89.
Ctrl + Shift + U, type ae89, 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-ggyanj::before { content: "\AE89"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>꺉</span>Hangul Syllable Ggyanj symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uAE89' or String.fromCodePoint(44681) |
| Python | '\N{HANGUL SYLLABLE GGYANJ}' or chr(44681) |
| Rust | '\u{AE89}' |
| C / C++ | UTF-8 source or wchar_t with U+AE89 |
| Go | string(rune(0xAE89)) |
| Ruby | "\u{AE89}" |