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