How to type ŷ on Windows
The fastest method on a full-size keyboard is the Alt code Alt+375.
- Make sure Num Lock is on.
- Hold down the Alt key.
- Type 375 on the numeric keypad (the number row will not work).
- Release Alt. The y with circumflex (lowercase) symbol ŷ appears.
Note: Alt+375 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 "y with circumflex (lowercase)". 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 "y with circumflex (lowercase)" 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 ;y 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 0177 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 0177 in the Character code box. In Excel, the formula =UNICHAR(375) returns the symbol.
How to type ŷ in Google Docs
Open Insert → Special characters, then either search for "y with circumflex (lowercase)" or draw the symbol in the sketch box. Click the result to insert it. In Google Sheets, use =CHAR(375).
ŷ in HTML, CSS and code
| Format | Code |
|---|---|
| HTML entity | ŷ |
| HTML decimal | ŷ |
| HTML hex | ŷ |
CSS content | "\0177" |
| JavaScript | "\u0177" |
| Python | "\u0177" |
| URL encoded | %C5%B7 |
Because ŷ is a standard Unicode character (U+0177), 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 y with circumflex (lowercase) symbol is used
In Welsh, ŷ marks a long vowel sound, as in the word tŷ (house). In math and statistics, ŷ ("y hat") represents the predicted or estimated value of a variable in a regression equation, distinct from the plain y used for observed values.
Frequently asked questions
What does ŷ mean in statistics? +
ŷ, read as "y hat," is the predicted value of the dependent variable produced by a regression model, as opposed to the actual observed value y.
Why does ŷ have a circumflex in Welsh? +
The circumflex over ŷ shows that the vowel is pronounced long, helping distinguish words that would otherwise look identical.
What is the Alt code for the y with circumflex (lowercase) symbol? +
The Alt code for ŷ is Alt+375. Hold Alt, type 375 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 "y with circumflex (lowercase)", and double-click it. Or copy it from this page.
How do I type the y with circumflex (lowercase) 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: "\0177" and in JavaScript use "\u0177".