Latin Capital Letter U With Grave

Ù

Shortcodes

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

Unicode
U+00D9
Alt Code
217
HTML Code
Ù
HTML Entity
Ù
HEX Code
Ù
CSS Code
\0D9
JS/JSON
\u00D9
Unix/C/PHP/JAVA
0xD9
URL-encode
%C3%99
copied

Customize Latin Capital Letter U With Grave Symbol

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

Using Latin Capital Letter U With Grave Alt Code:

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

This will make the Ù appear on your screen.

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

Insert Ù Latin Capital Letter U With Grave using HTML

1. Copy-paste Latin Capital Letter U With Grave directly:
<span>Ù</span>
2. HTML Decimal Code:
<span>&#217;</span>
3. HTML Entity:
<span>&Ugrave;</span>
4. Hexadecimal Code:
<span>&#x00D9;</span>
Preview: Ù

Add Latin Capital Letter U With Grave symbol with CSS

.latin-capital-letter-u-with-grave::before {
    content: '\\0D9';
}
Preview: Latin Capital Letter U With Grave

Latin Capital Letter U With Grave JavaScript Code

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