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