| Nombre del símbolo | Hangul Syllable Gwil |
| Versión Unicode | 2.0 |
| Unicode | U+ADC8 |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \ADC8 |
| Código hexadecimal | 0xADC8 |
| Código HTML | 귈 |
| LaTeX | \hangul{ADC8} |
| Símbolo | 귈 |
| Codificación URL (porcentaje UTF-8) | %EA%B7%88 |
| Nombre oral / lector de pantalla | Hangul Syllable Gwil |
| UTF-8 | EA B7 88 |
| UTF-16 | ADC8 |
| UTF-32 | 0000ADC8 |
1\documentclass{article}2\usepackage{pifont}3\hangul{ADC8}4\end{document}Puedes escribir el símbolo hangul syllable gwil en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 44488 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable gwil", or use Unicode Hex Input with ADC8.
Ctrl + Shift + U, type adc8, 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-gwil::before { content: "\ADC8"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>귈</span>La representación del símbolo Hangul Syllable Gwil en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uADC8' or String.fromCodePoint(44488) |
| Python | '\N{HANGUL SYLLABLE GWIL}' or chr(44488) |
| Rust | '\u{ADC8}' |
| C / C++ | UTF-8 source or wchar_t with U+ADC8 |
| Go | string(rune(0xADC8)) |
| Ruby | "\u{ADC8}" |