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