| Symboolnaam | Hangul Syllable Gyols |
| Unicode-versie | 2.0 |
| Unicode | U+AD5C |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \AD5C |
| Hexadecimale code | 0xAD5C |
| HTML-code | 굜 |
| LaTeX | \hangul{AD5C} |
| Symbool | 굜 |
| URL-codering (UTF-8 procent) | %EA%B5%9C |
| Uitgesproken naam / schermlezer | Hangul Syllable Gyols |
| UTF-8 | EA B5 9C |
| UTF-16 | AD5C |
| UTF-32 | 0000AD5C |
1\documentclass{article}2\usepackage{pifont}3\hangul{AD5C}4\end{document}Je kunt het hangul syllable gyols-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 44380 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable gyols", or use Unicode Hex Input with AD5C.
Ctrl + Shift + U, type ad5c, 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-gyols::before { content: "\AD5C"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>굜</span>De weergave van het Hangul Syllable Gyols-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uAD5C' or String.fromCodePoint(44380) |
| Python | '\N{HANGUL SYLLABLE GYOLS}' or chr(44380) |
| Rust | '\u{AD5C}' |
| C / C++ | UTF-8 source or wchar_t with U+AD5C |
| Go | string(rune(0xAD5C)) |
| Ruby | "\u{AD5C}" |