Latin Capital Letter U With Circumflex

Û

Shortcodes

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

Unicode
U+00DB
Alt Code
219
HTML Code
Û
HTML Entity
Û
HEX Code
Û
CSS Code
\0DB
JS/JSON
\u00DB
Unix/C/PHP/JAVA
0xDB
URL-encode
%C3%9B
copied

Customize Latin Capital Letter U With Circumflex Symbol

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

Using Latin Capital Letter U With Circumflex Alt Code:

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

This will make the Û appear on your screen.

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

Insert Û Latin Capital Letter U With Circumflex using HTML

1. Copy-paste Latin Capital Letter U With Circumflex directly:
<span>Û</span>
2. HTML Decimal Code:
<span>&#219;</span>
3. HTML Entity:
<span>&Ucirc;</span>
4. Hexadecimal Code:
<span>&#x00DB;</span>
Preview: Û

Add Latin Capital Letter U With Circumflex symbol with CSS

.latin-capital-letter-u-with-circumflex::before {
    content: '\\0DB';
}
Preview: Latin Capital Letter U With Circumflex

Latin Capital Letter U With Circumflex JavaScript Code

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