Latin Capital Letter U With Ring Above

Ů

Shortcodes

Copy useful codes for latin capital letter u with ring above symbol Ů to use in websites, apps, blogs, and docs.

Unicode
U+016E
HTML Code
Ů
HEX Code
Ů
CSS Code
\016E
JS/JSON
\u016E
Unix/C/PHP/JAVA
0x16E
URL-encode
%C5%AE

Customize Latin Capital Letter U With Ring Above

Customize Ů, download it as SVG or PNG, or copy the generated HTML snippet.

Ů
  

How to use Latin Capital Letter U With Ring Above Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>Ů</span>
HTML Code:
<span>&#366;</span>
HEX Code:
<span>&#x016E;</span>

Add with CSS

.latin-capital-letter-u-with-ring-above::before {
  content: '\\016E';
}

Set it in JavaScript

document.querySelector('.latin-capital-letter-u-with-ring-above').textContent = 'Ů';
copied