Latin Capital Letter I With Breve

Ĭ

Shortcodes

Copy useful codes for latin capital letter i with breve symbol Ĭ to use in websites, apps, blogs, and docs.

Unicode
U+012C
HTML Code
Ĭ
HEX Code
Ĭ
CSS Code
\012C
JS/JSON
\u012C
Unix/C/PHP/JAVA
0x12C
URL-encode
%C4%AC

Customize Latin Capital Letter I With Breve

Customize Ĭ, download it as SVG or PNG, or copy the generated HTML snippet.

Ĭ
  

How to use Latin Capital Letter I With Breve Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>Ĭ</span>
HTML Code:
<span>&#300;</span>
HEX Code:
<span>&#x012C;</span>

Add with CSS

.latin-capital-letter-i-with-breve::before {
  content: '\\012C';
}

Set it in JavaScript

document.querySelector('.latin-capital-letter-i-with-breve').textContent = 'Ĭ';
copied