| Nome del simbolo | Hangul Syllable Kwess |
| Versione Unicode | 2.0 |
| Unicode | U+D032 |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \D032 |
| Codice esadecimale | 0xD032 |
| Codice HTML | 퀲 |
| LaTeX | \hangul{D032} |
| Simbolo | 퀲 |
| Codifica URL (percentuale UTF-8) | %ED%80%B2 |
| Nome parlato / screen reader | Hangul Syllable Kwess |
| UTF-8 | ED 80 B2 |
| UTF-16 | D032 |
| UTF-32 | 0000D032 |
1\documentclass{article}2\usepackage{pifont}3\hangul{D032}4\end{document}Puoi digitare il simbolo hangul syllable kwess sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 53298 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable kwess", or use Unicode Hex Input with D032.
Ctrl + Shift + U, type d032, 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-kwess::before { content: "\D032"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>퀲</span>La rappresentazione del simbolo Hangul Syllable Kwess nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uD032' or String.fromCodePoint(53298) |
| Python | '\N{HANGUL SYLLABLE KWESS}' or chr(53298) |
| Rust | '\u{D032}' |
| C / C++ | UTF-8 source or wchar_t with U+D032 |
| Go | string(rune(0xD032)) |
| Ruby | "\u{D032}" |