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 CAPITAL LETTER O WITH GRAVE
Overview
Ò (LATIN CAPITAL LETTER O WITH GRAVE) is the Unicode character at code point U+00D2. It belongs to the Latin-1 Supplement block, in the Uppercase Letter (Lu) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+00D2 | |
| decimal | 210 | |
| htmldecimal | Ò | |
| htmlhex | Ò | |
| css | \00D2 | |
| javascript | \u{D2} | |
| python | \u00d2 | |
| java | \u00D2 | |
| go | \u00D2 | |
| ruby | \u{D2} | |
| rust | \u{D2} | |
| ccpp | \u00d2 | |
| urlencoded | %C3%92 | |
| utf8bytes | c3 92 | |
| utf16bebytes | 00 d2 | |
| utf32bebytes | 00 00 00 d2 |
How to Use
HTML:
Ò
CSS:
content: "\00D2"
JavaScript:
"\u{D2}"
Python:
"\u00d2"
Properties
- Block
- Latin-1 Supplement
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 004F 0300
Frequently Asked Questions
What is the Ò character (LATIN CAPITAL LETTER O WITH GRAVE)?
Ò (LATIN CAPITAL LETTER O WITH GRAVE) is the Unicode character U+00D2.
What is the Unicode codepoint of LATIN CAPITAL LETTER O WITH GRAVE?
The LATIN CAPITAL LETTER O WITH GRAVE character (Ò) has codepoint U+00D2.
How do I type or copy LATIN CAPITAL LETTER O WITH GRAVE?
Copy Ò directly, or use the HTML entity, UTF-8, and code encodings shown on this page.