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