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