| Symbolname | Hangul Syllable Gilb |
| Unicode-Version | 2.0 |
| Unicode | U+AE3B |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \AE3B |
| Hexadezimalcode | 0xAE3B |
| HTML-Code | 긻 |
| LaTeX | \hangul{AE3B} |
| Symbol | 긻 |
| URL-Kodierung (UTF-8-Prozent) | %EA%B8%BB |
| Ansagename (Screenreader) | 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}Sie können das Symbol hangul syllable gilb auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Hangul Syllable Gilb in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |