| Symbolname | Hangul Syllable Gwigg |
| Unicode-Version | 2.0 |
| Unicode | U+ADC2 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \ADC2 |
| Hexadezimalcode | 0xADC2 |
| HTML-Code | 귂 |
| LaTeX | \hangul{ADC2} |
| Symbol | 귂 |
| URL-Kodierung (UTF-8-Prozent) | %EA%B7%82 |
| Ansagename (Screenreader) | Hangul Syllable Gwigg |
| UTF-8 | EA B7 82 |
| UTF-16 | ADC2 |
| UTF-32 | 0000ADC2 |
1\documentclass{article}2\usepackage{pifont}3\hangul{ADC2}4\end{document}Sie können das Symbol hangul syllable gwigg auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 44482 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable gwigg", or use Unicode Hex Input with ADC2.
Ctrl + Shift + U, type adc2, 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-gwigg::before { content: "\ADC2"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>귂</span>Die Darstellung des Symbols Hangul Syllable Gwigg in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uADC2' or String.fromCodePoint(44482) |
| Python | '\N{HANGUL SYLLABLE GWIGG}' or chr(44482) |
| Rust | '\u{ADC2}' |
| C / C++ | UTF-8 source or wchar_t with U+ADC2 |
| Go | string(rune(0xADC2)) |
| Ruby | "\u{ADC2}" |