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