copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('u'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
u
LATIN SMALL LETTER U
Overview
u (LATIN SMALL LETTER U) is the Unicode character at code point U+0075. 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+0075 | |
| decimal | 117 | |
| htmldecimal | u | |
| htmlhex | u | |
| css | \0075 | |
| javascript | \u{75} | |
| python | \u0075 | |
| java | \u0075 | |
| go | \u0075 | |
| ruby | \u{75} | |
| rust | \u{75} | |
| ccpp | \u0075 | |
| urlencoded | u | |
| utf8bytes | 75 | |
| utf16bebytes | 00 75 | |
| utf32bebytes | 00 00 00 75 |
How to Use
HTML:
u
CSS:
content: "\0075"
JavaScript:
"\u{75}"
Python:
"\u0075"
Properties
- Block
- Basic Latin
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the u character (LATIN SMALL LETTER U)?
u (LATIN SMALL LETTER U) is the Unicode character U+0075.
What is the Unicode codepoint of LATIN SMALL LETTER U?
The LATIN SMALL LETTER U character (u) has codepoint U+0075.
How do I type or copy LATIN SMALL LETTER U?
Copy u directly, or use the HTML entity, UTF-8, and code encodings shown on this page.