/

Technical information

Symbol/
NameSolidus
Unicode numberU+002F
CategoryASCII Table2. ASCII punctuation and symbols
DescriptionThe Unicode character /, or U+002F, is known as "Solidus" but more commonly referred to as a forward slash. It belongs to the "Basic Latin" block and is categorized under the "Punctuation, Other" category in the Unicode standard. The solidus has numerous uses in computing and text, including its use to indicate a division in mathematics, a path in a URL, a line break in poetry, and to separate different parts of a date (e.g., day/month/year). The forward slash can also be used as a substitute for the word "or" or to separate items in a list. This character should not be confused with the backslash (\\), which has different uses, especially in computing.

Encoding

HTML Entity/
HTML Entity (hex)/
HTML Entity (named)/
URL Escape Code%2F
UTF-8 (hex)0x2F
UTF-8 (binary)00101111
UTF-160x002F
UTF-320x0000002F

Source Code

C, C++, and Java"\u002F"
CSS Code\002F
JavaScript"\u002F"
Perl\x{002F}
Python 2u"\u002F"
Python 3\u002F
Ruby\u{002F}

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>&#47;</span>

            
span {
    content: "\002F";
}

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