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