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