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