| Symbolname | Hangul Syllable Gyolp |
| Unicode-Version | 2.0 |
| Unicode | U+AD5E |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \AD5E |
| Hexadezimalcode | 0xAD5E |
| HTML-Code | 굞 |
| LaTeX | \hangul{AD5E} |
| Symbol | 굞 |
| URL-Kodierung (UTF-8-Prozent) | %EA%B5%9E |
| Ansagename (Screenreader) | 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}Sie können das Symbol hangul syllable gyolp auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Hangul Syllable Gyolp in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |