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
FULLWIDTH LATIN SMALL LETTER U
Overview
u (FULLWIDTH LATIN SMALL LETTER U) is the Unicode character at code point U+FF55. 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+FF55 | |
| decimal | 65365 | |
| htmldecimal | u | |
| htmlhex | u | |
| css | \FF55 | |
| javascript | \u{FF55} | |
| python | \uff55 | |
| java | \uFF55 | |
| go | \uFF55 | |
| ruby | \u{FF55} | |
| rust | \u{FF55} | |
| ccpp | \uff55 | |
| urlencoded | %EF%BD%95 | |
| utf8bytes | ef bd 95 | |
| utf16bebytes | ff 55 | |
| utf32bebytes | 00 00 ff 55 |
How to Use
HTML:
u
CSS:
content: "\FF55"
JavaScript:
"\u{FF55}"
Python:
"\uff55"
Properties
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- <wide> 0075
Frequently Asked Questions
What is the u character (FULLWIDTH LATIN SMALL LETTER U)?
u (FULLWIDTH LATIN SMALL LETTER U) is the Unicode character U+FF55.
What is the Unicode codepoint of FULLWIDTH LATIN SMALL LETTER U?
The FULLWIDTH LATIN SMALL LETTER U character (u) has codepoint U+FF55.
How do I type or copy FULLWIDTH LATIN SMALL LETTER U?
Copy u directly, or use the HTML entity, UTF-8, and code encodings shown on this page.