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