Latin Small Letter U With Double Grave

ȕ

Shortcodes

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

Unicode
U+0215
HTML Code
ȕ
HEX Code
ȕ
CSS Code
\215
JS/JSON
\u0215
Unix/C/PHP/JAVA
0x215
URL-encode
%C8%95
copied

Customize Latin Small Letter U With Double Grave Symbol

Customize ȕ symbol as you like and download Latin Small Letter U With Double 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 add Latin Small Letter U With Double Grave symbol in HTML, CSS, and JS?

Insert ȕ Latin Small Letter U With Double Grave using HTML

1. Copy-paste Latin Small Letter U With Double Grave directly:
<span>ȕ</span>
2. HTML Decimal Code:
<span>&#533;</span>
3. Hexadecimal Code:
<span>&#x0215;</span>
Preview: ȕ

Add Latin Small Letter U With Double Grave symbol with CSS

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

Latin Small Letter U With Double Grave JavaScript Code

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