| Nome del simbolo | Hangul Syllable Gyumb |
| Versione Unicode | 2.0 |
| Unicode | U+ADED |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \ADED |
| Codice esadecimale | 0xADED |
| Codice HTML | 귭 |
| LaTeX | \hangul{ADED} |
| Simbolo | 귭 |
| Codifica URL (percentuale UTF-8) | %EA%B7%AD |
| Nome parlato / screen reader | Hangul Syllable Gyumb |
| UTF-8 | EA B7 AD |
| UTF-16 | ADED |
| UTF-32 | 0000ADED |
1\documentclass{article}2\usepackage{pifont}3\hangul{ADED}4\end{document}Puoi digitare il simbolo hangul syllable gyumb sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 44525 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable gyumb", or use Unicode Hex Input with ADED.
Ctrl + Shift + U, type aded, 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-gyumb::before { content: "\ADED"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>귭</span>La rappresentazione del simbolo Hangul Syllable Gyumb nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uADED' or String.fromCodePoint(44525) |
| Python | '\N{HANGUL SYLLABLE GYUMB}' or chr(44525) |
| Rust | '\u{ADED}' |
| C / C++ | UTF-8 source or wchar_t with U+ADED |
| Go | string(rune(0xADED)) |
| Ruby | "\u{ADED}" |