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