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 TILDE
Overview
õ (LATIN SMALL LETTER O WITH TILDE) is the Unicode character at code point U+00F5. 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+00F5 | |
| decimal | 245 | |
| htmldecimal | õ | |
| htmlhex | õ | |
| css | \00F5 | |
| javascript | \u{F5} | |
| python | \u00f5 | |
| java | \u00F5 | |
| go | \u00F5 | |
| ruby | \u{F5} | |
| rust | \u{F5} | |
| ccpp | \u00f5 | |
| urlencoded | %C3%B5 | |
| utf8bytes | c3 b5 | |
| utf16bebytes | 00 f5 | |
| utf32bebytes | 00 00 00 f5 |
How to Use
HTML:
õ
CSS:
content: "\00F5"
JavaScript:
"\u{F5}"
Python:
"\u00f5"
Properties
- Block
- Latin-1 Supplement
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 006F 0303
Frequently Asked Questions
What is the õ character (LATIN SMALL LETTER O WITH TILDE)?
õ (LATIN SMALL LETTER O WITH TILDE) is the Unicode character U+00F5.
What is the Unicode codepoint of LATIN SMALL LETTER O WITH TILDE?
The LATIN SMALL LETTER O WITH TILDE character (õ) has codepoint U+00F5.
How do I type or copy LATIN SMALL LETTER O WITH TILDE?
Copy õ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.