copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('Q'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
Q
FULLWIDTH LATIN CAPITAL LETTER Q
Overview
Q (FULLWIDTH LATIN CAPITAL LETTER Q) is the Unicode character at code point U+FF31. It belongs to the Halfwidth and Fullwidth Forms block, in the Uppercase Letter (Lu) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+FF31 | |
| decimal | 65329 | |
| htmldecimal | Q | |
| htmlhex | Q | |
| css | \FF31 | |
| javascript | \u{FF31} | |
| python | \uff31 | |
| java | \uFF31 | |
| go | \uFF31 | |
| ruby | \u{FF31} | |
| rust | \u{FF31} | |
| ccpp | \uff31 | |
| urlencoded | %EF%BC%B1 | |
| utf8bytes | ef bc b1 | |
| utf16bebytes | ff 31 | |
| utf32bebytes | 00 00 ff 31 |
How to Use
HTML:
Q
CSS:
content: "\FF31"
JavaScript:
"\u{FF31}"
Python:
"\uff31"
Properties
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- <wide> 0051
Frequently Asked Questions
What is the Q character (FULLWIDTH LATIN CAPITAL LETTER Q)?
Q (FULLWIDTH LATIN CAPITAL LETTER Q) is the Unicode character U+FF31.
What is the Unicode codepoint of FULLWIDTH LATIN CAPITAL LETTER Q?
The FULLWIDTH LATIN CAPITAL LETTER Q character (Q) has codepoint U+FF31.
How do I type or copy FULLWIDTH LATIN CAPITAL LETTER Q?
Copy Q directly, or use the HTML entity, UTF-8, and code encodings shown on this page.