| Nom du symbole | Hangul Syllable Gwig |
| Version Unicode | 2.0 |
| Unicode | U+ADC1 |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \ADC1 |
| Code hexadécimal | 0xADC1 |
| Code HTML | 귁 |
| LaTeX | \hangul{ADC1} |
| Symbole | 귁 |
| Encodage URL (pourcent UTF-8) | %EA%B7%81 |
| Nom oral / lecteur d’écran | Hangul Syllable Gwig |
| UTF-8 | EA B7 81 |
| UTF-16 | ADC1 |
| UTF-32 | 0000ADC1 |
1\documentclass{article}2\usepackage{pifont}3\hangul{ADC1}4\end{document}Vous pouvez saisir le symbole hangul syllable gwig sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 44481 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable gwig", or use Unicode Hex Input with ADC1.
Ctrl + Shift + U, type adc1, 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-gwig::before { content: "\ADC1"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>귁</span>La représentation du symbole Hangul Syllable Gwig dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uADC1' or String.fromCodePoint(44481) |
| Python | '\N{HANGUL SYLLABLE GWIG}' or chr(44481) |
| Rust | '\u{ADC1}' |
| C / C++ | UTF-8 source or wchar_t with U+ADC1 |
| Go | string(rune(0xADC1)) |
| Ruby | "\u{ADC1}" |