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
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://unicodefyi.com/iframe/entity//" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://unicodefyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://unicodefyi.com/entity//)
Use the native HTML custom element.
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.