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
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+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.