Technical information

Symbol
NameInterrobang
Unicode numberU+203D
CategoryExclamation markPunctuation mark ornaments
DescriptionThe Unicode character ‽, or U+203D, is known as the "Interrobang". It is part of the "General Punctuation" block and is categorized under the "Punctuation, Other" category in the Unicode standard. The interrobang is a nonstandard punctuation mark used in various written languages and is intended to combine the functions of the question mark (also known as the "interrogative point") and the exclamation mark or exclamation point (known in printers' jargon as the "bang"). The glyph is a superimposition of these two marks. It is typically used to express incredulity or disbelief, or to pose a rhetorical question.

Encoding

HTML Entity‽
HTML Entity (hex)‽
URL Escape Code%E2%80%BD
UTF-8 (hex)0xE2 0x80 0xBD
UTF-8 (binary)11100010:10000000:10111101
UTF-160x203D
UTF-320x0000203D

Source Code

C, C++, and Java"\u203D"
CSS Code\203D
JavaScript"\u203D"
Perl\x{203D}
Python 2u"\u203D"
Python 3\u203D
Ruby\u{203D}

Preview

This Unicode character looks like this ‽ in sentence and in bold like this and in italic like this .

Font size:

12px
16px
20px
28px
36px
48px
72px

CSS Property: font-weight

100
200
300
400
500
600
700
800
900

HTML Forms and Input

input
disabled input
input-group
select
button
button

Code examples in HTML and CSS

<span>&#8253;</span>

            
span {
    content: "\203D";
}

The symbol in different fonts

-apple-system
Apple Color Emoji
Arial
BlinkMacSystemFont
Courier New
Georgia
Droid Sans
Helvetica
Noto Sans
Oxygen
Roboto
"Segoe UI"
sans-serif
Segoe UI Emoji
Segoe UI Symbol
system-ui
Times New Roman
Ubuntu
Verdana

References