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