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 CAPITAL LETTER O
Overview
O (FULLWIDTH LATIN CAPITAL LETTER O) is the Unicode character at code point U+FF2F. It belongs to the Halfwidth and Fullwidth Forms block, in the Uppercase Letter (Lu) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+FF2F | |
| decimal | 65327 | |
| htmldecimal | O | |
| htmlhex | O | |
| css | \FF2F | |
| javascript | \u{FF2F} | |
| python | \uff2f | |
| java | \uFF2F | |
| go | \uFF2F | |
| ruby | \u{FF2F} | |
| rust | \u{FF2F} | |
| ccpp | \uff2f | |
| urlencoded | %EF%BC%AF | |
| utf8bytes | ef bc af | |
| utf16bebytes | ff 2f | |
| utf32bebytes | 00 00 ff 2f |
How to Use
HTML:
O
CSS:
content: "\FF2F"
JavaScript:
"\u{FF2F}"
Python:
"\uff2f"
Properties
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- <wide> 004F
Frequently Asked Questions
What is the O character (FULLWIDTH LATIN CAPITAL LETTER O)?
O (FULLWIDTH LATIN CAPITAL LETTER O) is the Unicode character U+FF2F.
What is the Unicode codepoint of FULLWIDTH LATIN CAPITAL LETTER O?
The FULLWIDTH LATIN CAPITAL LETTER O character (O) has codepoint U+FF2F.
How do I type or copy FULLWIDTH LATIN CAPITAL LETTER O?
Copy O directly, or use the HTML entity, UTF-8, and code encodings shown on this page.