Lowercase I With Macron

ī

UNICODE

U+0012B

HEX CODE

ī

HTML CODE

ī

HTML ENTITY

ī

CSS CODE

\012B
// html example
<span>&#299;</span>

// css example
span {
  content: "\012B";
}
ī