| Symbol Name | Latin Capital Letter U With Ring Above |
| Unicode Version | 1.1 |
| Unicode | U+016E |
| Unicode block | |
| General category | Uppercase Letter (Lu) |
| UTF-8 | C5 AE |
| UTF-16 | 016E |
| UTF-32 | 0000016E |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTERUWITHRINGABOVE}4\end{document}You can type the latin capital letter u with ring above symbol on most modern devices with the help of following methods:
Alt + 366 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin capital letter u with ring above", or use Unicode Hex Input with 016E.
Ctrl + Shift + U, type 016e, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the Latin keyboard.
Paste from this page or use a keyboard with Latin letter support.
1span.latin-capital-letter-u-with-ring-above::before { content: "\016E"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>Ů</span>Latin Capital Letter U With Ring Above symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u016E' or String.fromCodePoint(366) |
| Python | '\N{LATIN CAPITAL LETTER U WITH RING ABOVE}' or chr(366) |
| Rust | '\u{016E}' |
| C / C++ | UTF-8 source or wchar_t with U+016E |
| Go | string(rune(0x016E)) |
| Ruby | "\u{016E}" |
| CSS Code |
\016E |
| Hex Code | 0x016E |
| HTML Code | Ů |
| LaTeX | \text{LATINCAPITALLETTERUWITHRINGABOVE} |
| Symbol | Ů |
| URL encode (UTF-8 percent) | %C5%AE |
| Spoken / screen reader name | Latin Capital Letter U With Ring Above |