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