Arabic Full Stop

۔

Shortcodes

Copy and paste codes for Arabic Full Stop symbol ۔ to use in your websites, apps, blogs, and more.

Unicode
U+06D4
HTML Code
۔
HEX Code
۔
CSS Code
\6D4
JS/JSON
\u06D4
Unix/C/PHP/JAVA
0x6D4
URL-encode
%DB%94
copied

Customize Arabic Full Stop Symbol

Customize ۔ symbol as you like and download Arabic Full Stop 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 Full Stop symbol in HTML, CSS, and JS?

Insert ۔ Arabic Full Stop using HTML

1. Copy-paste Arabic Full Stop directly:
<span>۔</span>
2. HTML Decimal Code:
<span>&#1748;</span>
3. Hexadecimal Code:
<span>&#x06D4;</span>
Preview: ۔

Add Arabic Full Stop symbol with CSS

.arabic-full-stop::before {
    content: '\\6D4';
}
Preview: Arabic Full Stop

Arabic Full Stop JavaScript Code

1. Direct Symbol:
document.querySelector('.arabic-full-stop').textContent = '۔';
2. Unicode Escape for ۔:
document.querySelector('.arabic-full-stop').textContent = '\u06D4';
Preview: ۔