copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('ò'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
ò
LATIN SMALL LETTER O WITH GRAVE
Overview
ò (LATIN SMALL LETTER O WITH GRAVE) is the Unicode character at code point U+00F2. It belongs to the Latin-1 Supplement block, in the Lowercase Letter (Ll) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+00F2 | |
| decimal | 242 | |
| htmldecimal | ò | |
| htmlhex | ò | |
| css | \00F2 | |
| javascript | \u{F2} | |
| python | \u00f2 | |
| java | \u00F2 | |
| go | \u00F2 | |
| ruby | \u{F2} | |
| rust | \u{F2} | |
| ccpp | \u00f2 | |
| urlencoded | %C3%B2 | |
| utf8bytes | c3 b2 | |
| utf16bebytes | 00 f2 | |
| utf32bebytes | 00 00 00 f2 |
How to Use
HTML:
ò
CSS:
content: "\00F2"
JavaScript:
"\u{F2}"
Python:
"\u00f2"
Properties
- Block
- Latin-1 Supplement
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 006F 0300
Frequently Asked Questions
What is the ò character (LATIN SMALL LETTER O WITH GRAVE)?
ò (LATIN SMALL LETTER O WITH GRAVE) is the Unicode character U+00F2.
What is the Unicode codepoint of LATIN SMALL LETTER O WITH GRAVE?
The LATIN SMALL LETTER O WITH GRAVE character (ò) has codepoint U+00F2.
How do I type or copy LATIN SMALL LETTER O WITH GRAVE?
Copy ò directly, or use the HTML entity, UTF-8, and code encodings shown on this page.