How to type Ů on Windows
The fastest method on a full-size keyboard is the Alt code Alt+366.
- Make sure Num Lock is on.
- Hold down the Alt key.
- Type 366 on the numeric keypad (the number row will not work).
- Release Alt. The capital u with ring above symbol Ů appears.
Note: Alt+366 is a Unicode decimal code, not a classic code-page Alt code. It works in Microsoft Word, WordPad and some other apps, but not in Notepad or most browsers. In those apps, copy the symbol from this page instead.
No numeric keypad?
Press Win+. to open the emoji panel, choose the Symbols tab (Ω) and search for "capital u with ring above". Or open Character Map from the Start menu, find Ů, click Select, then Copy.
How to type Ů on a Mac
There is no direct keyboard shortcut for Ů on a Mac.
For any symbol, the Character Viewer works: press Control+⌘+Space, type "capital u with ring above" in the search box and double-click the result. It will be remembered under Frequently Used.
How to type Ů on iPhone and iPad
The iOS keyboard does not include Ů, so the reliable way is to copy it from this page, then press and hold in any text field and tap Paste.
If you use it often, create a shortcut: open Settings → General → Keyboard → Text Replacement, paste Ů in the Phrase field and type a short code such as ;capital in the Shortcut field. Typing that code will then insert Ů anywhere.
How to type Ů on Android
Copy the symbol from this page, then long-press in a text field and choose Paste. Gboard also keeps a clipboard history: tap the clipboard icon on the toolbar to paste it again later.
For a permanent shortcut, open Gboard settings → Dictionary → Personal dictionary, add Ů as the word and a short code as the shortcut.
How to type Ů in Microsoft Word
- Type the Unicode hex code 016E where you want the symbol.
- Press Alt+X. Word converts the code into Ů.
This works on Windows in Word, Outlook and OneNote and needs no numeric keypad. You can also go to Insert → Symbol → More Symbols, set the font to a Unicode font and type 016E in the Character code box. In Excel, the formula =UNICHAR(366) returns the symbol.
How to type Ů in Google Docs
Open Insert → Special characters, then either search for "capital u with ring above" or draw the symbol in the sketch box. Click the result to insert it. In Google Sheets, use =CHAR(366).
Ů in HTML, CSS and code
| Format | Code |
|---|---|
| HTML entity | Ů |
| HTML decimal | Ů |
| HTML hex | Ů |
CSS content | "\016E" |
| JavaScript | "\u016E" |
| Python | "\u016E" |
| URL encoded | %C5%AE |
Because Ů is a standard Unicode character (U+016E), you can also paste it directly into any UTF-8 file. The escaped forms above are only needed when the file encoding is uncertain or the symbol must be entered on a keyboard without it.
Where the capital u with ring above symbol is used
Used in Czech spelling, most often in the middle of words like dům (house), never at the start of native words. It is easily confused with U with an umlaut (Ü), used in German, which has two dots instead of a ring.
Frequently asked questions
What does the ring above the U mean in Czech? +
It marks a long 'u' vowel sound, similar in length to the vowel written as ú at the start of words, but used mid-word or at the end.
Is Ů the same as Ü? +
No. Ů has a ring and appears in Czech, while Ü has an umlaut (two dots) and appears in German and other languages; they represent different sounds.
What is the Alt code for the capital u with ring above symbol? +
The Alt code for Ů is Alt+366. Hold Alt, type 366 on the numeric keypad, then release Alt. This is a Unicode code, so it works in Word and WordPad but not in every app; in other apps paste the symbol instead.
How do I type Ů on a Mac? +
There is no dedicated Mac shortcut for Ů. Open the Character Viewer with Control + Command + Space, search for "capital u with ring above", and double-click it. Or copy it from this page.
How do I type the capital u with ring above symbol on iPhone or Android? +
Phone keyboards do not include Ů by default. Copy it from this page and paste it, or add it as a text replacement shortcut in Settings so you can type it with a short abbreviation.
What is the HTML code for Ů? +
Use Ů in HTML. The numeric form Ů works too. In CSS use content: "\016E" and in JavaScript use "\u016E".