Latin Small Letter O With Tilde

õ

Shortcodes

Copy and paste codes for Latin Small Letter O With Tilde symbol õ to use in your websites, apps, blogs, and more.

Unicode
U+00F5
Alt Code
245
HTML Code
õ
HTML Entity
õ
HEX Code
õ
CSS Code
\0F5
JS/JSON
\u00F5
Unix/C/PHP/JAVA
0xF5
URL-encode
%C3%B5
copied

Customize Latin Small Letter O With Tilde Symbol

Customize õ symbol as you like and download Latin Small Letter O With Tilde as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
õ
 

How to type Latin Small Letter O With Tilde symbol õ ?

Using Latin Small Letter O With Tilde Alt Code:

You can type the Latin Small Letter O With Tilde symbol õ using your keyboard by using the Alt Code for Latin Small Letter O With Tilde. Before you begin, ensure that your Num Lock is turned on, and use the Numpad to type the code. Then, follow these simple steps:

  1. Hold down the Alt key on your keyboard.
  2. Type the number 245 using the Numpad.
  3. Release the Alt key.

This will make the õ appear on your screen.

How to add Latin Small Letter O With Tilde symbol in HTML, CSS, and JS?

Insert õ Latin Small Letter O With Tilde using HTML

1. Copy-paste Latin Small Letter O With Tilde directly:
<span>õ</span>
2. HTML Decimal Code:
<span>&#245;</span>
3. HTML Entity:
<span>&otilde;</span>
4. Hexadecimal Code:
<span>&#x00F5;</span>
Preview: õ

Add Latin Small Letter O With Tilde symbol with CSS

.latin-small-letter-o-with-tilde::before {
    content: '\\0F5';
}
Preview: Latin Small Letter O With Tilde

Latin Small Letter O With Tilde JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-small-letter-o-with-tilde').textContent = 'õ';
2. Unicode Escape for õ:
document.querySelector('.latin-small-letter-o-with-tilde').textContent = '\u00F5';
Preview: õ