Latin Small Letter U With Grave

ù

Shortcodes

Copy and paste codes for Latin Small Letter U With Grave symbol ù to use in your websites, apps, blogs, and more.

Unicode
U+00F9
Alt Code
249
HTML Code
ù
HTML Entity
ù
HEX Code
ù
CSS Code
\0F9
JS/JSON
\u00F9
Unix/C/PHP/JAVA
0xF9
URL-encode
%C3%B9
copied

Customize Latin Small Letter U With Grave Symbol

Customize ù symbol as you like and download Latin Small Letter U With Grave 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 U With Grave symbol ù ?

Using Latin Small Letter U With Grave Alt Code:

You can type the Latin Small Letter U With Grave symbol ù using your keyboard by using the Alt Code for Latin Small Letter U With Grave. 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 249 using the Numpad.
  3. Release the Alt key.

This will make the ù appear on your screen.

How to add Latin Small Letter U With Grave symbol in HTML, CSS, and JS?

Insert ù Latin Small Letter U With Grave using HTML

1. Copy-paste Latin Small Letter U With Grave directly:
<span>ù</span>
2. HTML Decimal Code:
<span>&#249;</span>
3. HTML Entity:
<span>&ugrave;</span>
4. Hexadecimal Code:
<span>&#x00F9;</span>
Preview: ù

Add Latin Small Letter U With Grave symbol with CSS

.latin-small-letter-u-with-grave::before {
    content: '\\0F9';
}
Preview: Latin Small Letter U With Grave

Latin Small Letter U With Grave JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-small-letter-u-with-grave').textContent = 'ù';
2. Unicode Escape for ù:
document.querySelector('.latin-small-letter-u-with-grave').textContent = '\u00F9';
Preview: ù