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