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 ACUTE
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+00D3 | |
| decimal | 211 | |
| htmldecimal | Ó | |
| htmlhex | Ó | |
| css | \00D3 | |
| javascript | \u{D3} | |
| python | \u00d3 | |
| java | \u00D3 | |
| go | \u00D3 | |
| ruby | \u{D3} | |
| rust | \u{D3} | |
| ccpp | \u00d3 | |
| urlencoded | %C3%93 | |
| utf8bytes | c3 93 | |
| utf16bebytes | 00 d3 | |
| utf32bebytes | 00 00 00 d3 |
How to Use
HTML:
Ó
CSS:
content: "\00D3"
JavaScript:
"\u{D3}"
Python:
"\u00d3"
Properties
- Block
- Latin-1 Supplement
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 004F 0301