Latin Small Letter U With Circumflex

û

Shortcodes

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

Unicode
U+00FB
Alt Code
251
HTML Code
û
HTML Entity
û
HEX Code
û
CSS Code
\0FB
JS/JSON
\u00FB
Unix/C/PHP/JAVA
0xFB
URL-encode
%C3%BB
copied

Customize Latin Small Letter U With Circumflex Symbol

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

Using Latin Small Letter U With Circumflex Alt Code:

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

This will make the û appear on your screen.

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

Insert û Latin Small Letter U With Circumflex using HTML

1. Copy-paste Latin Small Letter U With Circumflex directly:
<span>û</span>
2. HTML Decimal Code:
<span>&#251;</span>
3. HTML Entity:
<span>&ucirc;</span>
4. Hexadecimal Code:
<span>&#x00FB;</span>
Preview: û

Add Latin Small Letter U With Circumflex symbol with CSS

.latin-small-letter-u-with-circumflex::before {
    content: '\\0FB';
}
Preview: Latin Small Letter U With Circumflex

Latin Small Letter U With Circumflex JavaScript Code

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