Latin Small Letter U With Diaeresis And Caron

ǚ

Shortcodes

Copy and paste codes for Latin Small Letter U With Diaeresis And Caron symbol ǚ to use in your websites, apps, blogs, and more.

Unicode
U+01DA
HTML Code
ǚ
HEX Code
ǚ
CSS Code
\1DA
JS/JSON
\u01DA
Unix/C/PHP/JAVA
0x1DA
URL-encode
%C7%9A
copied

Customize ǚ Symbol

Customize ǚ symbol as you like and download Latin Small Letter U With Diaeresis And Caron 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 Diaeresis And Caron symbol ǚ ?

  • You can try inserting Latin Small Letter U With Diaeresis And Caron symbol using these system tools:
    • Mac Character Viewer (Control + Command + Space)
    • Windows Emoji/Symbol Picker (Win + .)
    • Windows Character Map (charmap.exe)
  • Note: These tools may not include all Unicode symbols
  • Copy and paste the ǚ symbol directly from this website.
  • Use provided codes for Latin Small Letter U With Diaeresis And Caron symbol where they are supported.

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

HTML Methods:

1. Direct Symbol:
<span>ǚ</span>
2. HTML Decimal Code:
<span>&#474;</span>
3. Hexadecimal Code:
<span>&#x01DA;</span>
Preview: ǚ

CSS Method:

.symbol::before {
    content: '\\1DA';
}
Preview: Symbol

JavaScript Methods:

1. Direct Symbol:
document.querySelector('.symbol').textContent = 'ǚ';
2. Unicode Escape:
document.querySelector('.symbol').textContent = '\u01DA';
Preview: ǚ