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
LATIN SMALL LETTER O
Overview
o (LATIN SMALL LETTER O) is the Unicode character at code point U+006F. 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+006F | |
| decimal | 111 | |
| htmldecimal | o | |
| htmlhex | o | |
| css | \006F | |
| javascript | \u{6F} | |
| python | \u006f | |
| java | \u006F | |
| go | \u006F | |
| ruby | \u{6F} | |
| rust | \u{6F} | |
| ccpp | \u006f | |
| urlencoded | o | |
| utf8bytes | 6f | |
| utf16bebytes | 00 6f | |
| utf32bebytes | 00 00 00 6f |
How to Use
HTML:
o
CSS:
content: "\006F"
JavaScript:
"\u{6F}"
Python:
"\u006f"
Properties
- Block
- Basic Latin
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Compare
Frequently Asked Questions
What is the o character (LATIN SMALL LETTER O)?
o (LATIN SMALL LETTER O) is the Unicode character U+006F.
What is the Unicode codepoint of LATIN SMALL LETTER O?
The LATIN SMALL LETTER O character (o) has codepoint U+006F.
How do I type or copy LATIN SMALL LETTER O?
Copy o directly, or use the HTML entity, UTF-8, and code encodings shown on this page.