Arabic Semicolon

؛

Shortcodes

Copy and paste codes for Arabic Semicolon symbol ؛ to use in your websites, apps, blogs, and more.

Unicode
U+061B
HTML Code
؛
HEX Code
؛
CSS Code
\61B
JS/JSON
\u061B
Unix/C/PHP/JAVA
0x61B
URL-encode
%D8%9B
copied

Customize Arabic Semicolon Symbol

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

Insert ؛ Arabic Semicolon using HTML

1. Copy-paste Arabic Semicolon directly:
<span>؛</span>
2. HTML Decimal Code:
<span>&#1563;</span>
3. Hexadecimal Code:
<span>&#x061B;</span>
Preview: ؛

Add Arabic Semicolon symbol with CSS

.arabic-semicolon::before {
    content: '\\61B';
}
Preview: Arabic Semicolon

Arabic Semicolon JavaScript Code

1. Direct Symbol:
document.querySelector('.arabic-semicolon').textContent = '؛';
2. Unicode Escape for ؛:
document.querySelector('.arabic-semicolon').textContent = '\u061B';
Preview: ؛