Arabic Question Mark

؟

Shortcodes

Copy and paste codes for Arabic Question Mark symbol ؟ to use in your websites, apps, blogs, and more.

Unicode
U+061F
HTML Code
؟
HEX Code
؟
CSS Code
\61F
JS/JSON
\u061F
Unix/C/PHP/JAVA
0x61F
URL-encode
%D8%9F
copied

Customize Arabic Question Mark Symbol

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

Insert ؟ Arabic Question Mark using HTML

1. Copy-paste Arabic Question Mark directly:
<span>؟</span>
2. HTML Decimal Code:
<span>&#1567;</span>
3. Hexadecimal Code:
<span>&#x061F;</span>
Preview: ؟

Add Arabic Question Mark symbol with CSS

.arabic-question-mark::before {
    content: '\\61F';
}
Preview: Arabic Question Mark

Arabic Question Mark JavaScript Code

1. Direct Symbol:
document.querySelector('.arabic-question-mark').textContent = '؟';
2. Unicode Escape for ؟:
document.querySelector('.arabic-question-mark').textContent = '\u061F';
Preview: ؟