| Symbol Name | Hangul Syllable Kwes |
| Unicode Version | 2.0 |
| Unicode | U+D031 |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \D031 |
| Hex Code | 0xD031 |
| HTML Code | 퀱 |
| LaTeX | \hangul{D031} |
| Symbol | 퀱 |
| URL encode (UTF-8 percent) | %ED%80%B1 |
| Spoken / screen reader name | Hangul Syllable Kwes |
| UTF-8 | ED 80 B1 |
| UTF-16 | D031 |
| UTF-32 | 0000D031 |
1\documentclass{article}2\usepackage{pifont}3\hangul{D031}4\end{document}You can type the hangul syllable kwes symbol on most modern devices with the help of following methods:
Alt + 53297 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable kwes", or use Unicode Hex Input with D031.
Ctrl + Shift + U, type d031, 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-kwes::before { content: "\D031"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>퀱</span>Hangul Syllable Kwes symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uD031' or String.fromCodePoint(53297) |
| Python | '\N{HANGUL SYLLABLE KWES}' or chr(53297) |
| Rust | '\u{D031}' |
| C / C++ | UTF-8 source or wchar_t with U+D031 |
| Go | string(rune(0xD031)) |
| Ruby | "\u{D031}" |