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' : ''">
ˉ
MODIFIER LETTER MACRON
Overview
ˉ (MODIFIER LETTER MACRON) is the Unicode character at code point U+02C9. It belongs to the Spacing Modifier Letters block, in the Modifier Letter (Lm) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+02C9 | |
| decimal | 713 | |
| htmldecimal | ˉ | |
| htmlhex | ˉ | |
| css | \02C9 | |
| javascript | \u{2C9} | |
| python | \u02c9 | |
| java | \u02C9 | |
| go | \u02C9 | |
| ruby | \u{2C9} | |
| rust | \u{2C9} | |
| ccpp | \u02c9 | |
| urlencoded | %CB%89 | |
| utf8bytes | cb 89 | |
| utf16bebytes | 02 c9 | |
| utf32bebytes | 00 00 02 c9 |
How to Use
HTML:
ˉ
CSS:
content: "\02C9"
JavaScript:
"\u{2C9}"
Python:
"\u02c9"
Properties
- Block
- Spacing Modifier Letters
- Script
- Zyyy
- Category
- Modifier Letter (Lm)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the ˉ character (MODIFIER LETTER MACRON)?
ˉ (MODIFIER LETTER MACRON) is the Unicode character U+02C9.
What is the Unicode codepoint of MODIFIER LETTER MACRON?
The MODIFIER LETTER MACRON character (ˉ) has codepoint U+02C9.
How do I type or copy MODIFIER LETTER MACRON?
Copy ˉ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.