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