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