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 SMALL LETTER Q
Overview
q (FULLWIDTH LATIN SMALL LETTER Q) is the Unicode character at code point U+FF51. It belongs to the Halfwidth and Fullwidth Forms block, in the Lowercase Letter (Ll) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+FF51 | |
| decimal | 65361 | |
| htmldecimal | q | |
| htmlhex | q | |
| css | \FF51 | |
| javascript | \u{FF51} | |
| python | \uff51 | |
| java | \uFF51 | |
| go | \uFF51 | |
| ruby | \u{FF51} | |
| rust | \u{FF51} | |
| ccpp | \uff51 | |
| urlencoded | %EF%BD%91 | |
| utf8bytes | ef bd 91 | |
| utf16bebytes | ff 51 | |
| utf32bebytes | 00 00 ff 51 |
How to Use
HTML:
q
CSS:
content: "\FF51"
JavaScript:
"\u{FF51}"
Python:
"\uff51"
Properties
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- <wide> 0071
Frequently Asked Questions
What is the q character (FULLWIDTH LATIN SMALL LETTER Q)?
q (FULLWIDTH LATIN SMALL LETTER Q) is the Unicode character U+FF51.
What is the Unicode codepoint of FULLWIDTH LATIN SMALL LETTER Q?
The FULLWIDTH LATIN SMALL LETTER Q character (q) has codepoint U+FF51.
How do I type or copy FULLWIDTH LATIN SMALL LETTER Q?
Copy q directly, or use the HTML entity, UTF-8, and code encodings shown on this page.