HTML Entity/Symbolă(LATIN SMALL LETTER A WITH BREVE )

ă
Copy this symbol

LATIN SMALL LETTER A WITH BREVE

Click on any of the following code values to copy to clipboard.

ă
ă
U+00103
\0103
ă

HTML Examples

Using HTML Code value in HTML file

<span> &#259; </span>

Using HTML Entity value in HTML file

<span> &abreve; </span>

CSS Example

Using CSS content code of the HTML entity &abreve; to specify in a CSS file

span { 
    content: "\0103";
}
All HTML Symbols