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