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