Arabic Five Pointed Star

٭

Shortcodes

Copy and paste codes for Arabic Five Pointed Star symbol ٭ to use in your websites, apps, blogs, and more.

Unicode
U+066D
HTML Code
٭
HEX Code
٭
CSS Code
\66D
JS/JSON
\u066D
Unix/C/PHP/JAVA
0x66D
URL-encode
%D9%AD
copied

Customize Arabic Five Pointed Star Symbol

Customize ٭ symbol as you like and download Arabic Five Pointed Star as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
٭

                        
                    

How to add Arabic Five Pointed Star symbol in HTML, CSS, and JS?

Insert ٭ Arabic Five Pointed Star using HTML

1. Copy-paste Arabic Five Pointed Star directly:
<span>٭</span>
2. HTML Decimal Code:
<span>&#1645;</span>
3. Hexadecimal Code:
<span>&#x066D;</span>
Preview: ٭

Add Arabic Five Pointed Star symbol with CSS

.arabic-five-pointed-star::before {
    content: '\\66D';
}
Preview: Arabic Five Pointed Star

Arabic Five Pointed Star JavaScript Code

1. Direct Symbol:
document.querySelector('.arabic-five-pointed-star').textContent = '٭';
2. Unicode Escape for ٭:
document.querySelector('.arabic-five-pointed-star').textContent = '\u066D';
Preview: ٭