copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('Ȳ'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
Ȳ
LATIN CAPITAL LETTER Y WITH MACRON
Overview
Ȳ (LATIN CAPITAL LETTER Y WITH MACRON) is the Unicode character at code point U+0232. It belongs to the Latin Extended-B block, in the Uppercase Letter (Lu) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0232 | |
| decimal | 562 | |
| htmldecimal | Ȳ | |
| htmlhex | Ȳ | |
| css | \0232 | |
| javascript | \u{232} | |
| python | \u0232 | |
| java | \u0232 | |
| go | \u0232 | |
| ruby | \u{232} | |
| rust | \u{232} | |
| ccpp | \u0232 | |
| urlencoded | %C8%B2 | |
| utf8bytes | c8 b2 | |
| utf16bebytes | 02 32 | |
| utf32bebytes | 00 00 02 32 |
How to Use
HTML:
Ȳ
CSS:
content: "\0232"
JavaScript:
"\u{232}"
Python:
"\u0232"
Properties
- Block
- Latin Extended-B
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0059 0304
Frequently Asked Questions
What is the Ȳ character (LATIN CAPITAL LETTER Y WITH MACRON)?
Ȳ (LATIN CAPITAL LETTER Y WITH MACRON) is the Unicode character U+0232.
What is the Unicode codepoint of LATIN CAPITAL LETTER Y WITH MACRON?
The LATIN CAPITAL LETTER Y WITH MACRON character (Ȳ) has codepoint U+0232.
How do I type or copy LATIN CAPITAL LETTER Y WITH MACRON?
Copy Ȳ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.