| Symbol Name | Hangul Syllable Ggilp |
| Unicode Version | 2.0 |
| Unicode | U+B08A |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \B08A |
| Hex Code | 0xB08A |
| HTML Code | 낊 |
| LaTeX | \hangul{B08A} |
| Symbol | 낊 |
| URL encode (UTF-8 percent) | %EB%82%8A |
| Spoken / screen reader name | 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}You can type the hangul syllable ggilp symbol on most modern devices with the help of following methods:
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>Hangul Syllable Ggilp symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |