¯

Technical information

Symbol¯
NameMacron
Unicode numberU+00AF
CategoryLatin-1 Supplement2. Latin-1 punctuation and symbols
DescriptionThe Unicode character ¯, or U+00AF, is known as the "Macron". It is part of the "Latin-1 Supplement" block, which includes various characters used in Western European languages. This character falls under the "Mark, Spacing Combining" category. Visually, it appears as a straight horizontal line and is usually placed above a vowel. The Macron is a diacritic mark used in various written languages, including Latin, Greek, and Baltic languages, among others. It indicates that the vowel over which it is placed is long, or the accent is placed on that syllable. The specific usage of the Macron can depend on the particular conventions of a language, but it generally serves as an indicator of vowel length or stress.

Encoding

HTML Entity¯
HTML Entity (hex)¯
HTML Entity (named)¯
URL Escape Code%C2%AF
UTF-8 (hex)0xC2 0xAF
UTF-8 (binary)1100001010101111
UTF-160x00AF
UTF-320x000000AF

Source Code

C, C++, and Java"\u00AF"
CSS Code\00AF
JavaScript"\u00AF"
Perl\x{00AF}
Python 2u"\u00AF"
Python 3\u00AF
Ruby\u{00AF}

Preview

This Unicode character looks like this ¯ in sentence and in bold like this ¯ and in italic like this ¯.

Font size:

¯
12px
¯
16px
¯
20px
¯
28px
¯
36px
¯
48px
¯
72px

CSS Property: font-weight

¯
100
¯
200
¯
300
¯
400
¯
500
¯
600
¯
700
¯
800
¯
900

HTML Forms and Input

input
disabled input
¯
input-group
select
button
button

Code examples in HTML and CSS

<span>&#175;</span>

            
span {
    content: "\00AF";
}

The symbol in different fonts

¯
-apple-system
¯
Apple Color Emoji
¯
Arial
¯
BlinkMacSystemFont
¯
Courier New
¯
Georgia
¯
Droid Sans
¯
Helvetica
¯
Noto Sans
¯
Oxygen
¯
Roboto
¯
"Segoe UI"
¯
sans-serif
¯
Segoe UI Emoji
¯
Segoe UI Symbol
¯
system-ui
¯
Times New Roman
¯
Ubuntu
¯
Verdana

References