| Symbolname | Hangul Syllable Gwalp |
| Unicode-Version | 2.0 |
| Unicode | U+AD0A |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \AD0A |
| Hexadezimalcode | 0xAD0A |
| HTML-Code | 괊 |
| LaTeX | \hangul{AD0A} |
| Symbol | 괊 |
| URL-Kodierung (UTF-8-Prozent) | %EA%B4%8A |
| Ansagename (Screenreader) | Hangul Syllable Gwalp |
| UTF-8 | EA B4 8A |
| UTF-16 | AD0A |
| UTF-32 | 0000AD0A |
1\documentclass{article}2\usepackage{pifont}3\hangul{AD0A}4\end{document}Sie können das Symbol hangul syllable gwalp auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 44298 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable gwalp", or use Unicode Hex Input with AD0A.
Ctrl + Shift + U, type ad0a, 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-gwalp::before { content: "\AD0A"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>괊</span>Die Darstellung des Symbols Hangul Syllable Gwalp in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uAD0A' or String.fromCodePoint(44298) |
| Python | '\N{HANGUL SYLLABLE GWALP}' or chr(44298) |
| Rust | '\u{AD0A}' |
| C / C++ | UTF-8 source or wchar_t with U+AD0A |
| Go | string(rune(0xAD0A)) |
| Ruby | "\u{AD0A}" |