| Nome del simbolo | Hangul Syllable Gyulp |
| Versione Unicode | 2.0 |
| Unicode | U+ADEA |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \ADEA |
| Codice esadecimale | 0xADEA |
| Codice HTML | 귪 |
| LaTeX | \hangul{ADEA} |
| Simbolo | 귪 |
| Codifica URL (percentuale UTF-8) | %EA%B7%AA |
| Nome parlato / screen reader | 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}Puoi digitare il simbolo hangul syllable gyulp sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Hangul Syllable Gyulp nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |