| Symboolnaam | Hangul Syllable Gils |
| Unicode-versie | 2.0 |
| Unicode | U+AE3C |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \AE3C |
| Hexadecimale code | 0xAE3C |
| HTML-code | 긼 |
| LaTeX | \hangul{AE3C} |
| Symbool | 긼 |
| URL-codering (UTF-8 procent) | %EA%B8%BC |
| Uitgesproken naam / schermlezer | Hangul Syllable Gils |
| UTF-8 | EA B8 BC |
| UTF-16 | AE3C |
| UTF-32 | 0000AE3C |
1\documentclass{article}2\usepackage{pifont}3\hangul{AE3C}4\end{document}Je kunt het hangul syllable gils-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 44604 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable gils", or use Unicode Hex Input with AE3C.
Ctrl + Shift + U, type ae3c, 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-gils::before { content: "\AE3C"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>긼</span>De weergave van het Hangul Syllable Gils-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uAE3C' or String.fromCodePoint(44604) |
| Python | '\N{HANGUL SYLLABLE GILS}' or chr(44604) |
| Rust | '\u{AE3C}' |
| C / C++ | UTF-8 source or wchar_t with U+AE3C |
| Go | string(rune(0xAE3C)) |
| Ruby | "\u{AE3C}" |