UTF-8 Character/Symbol

Copy this symbol

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

2AAA
10922

HTML Examples

Using HEX code of in HTML file

<span> &#x2AAA; </span>

Using Decimal code of in HTML file

<span> &#10922; </span>

CSS Example

Using HEX code of in CSS file for content

span { 
    content: '\2aaa';
}
All UTF-8 Symbols