(

Technical information

Symbol(
NameLeft parenthesis
Unicode numberU+0028
CategoryASCII Table2. ASCII punctuation and symbols
DescriptionThe Unicode character (, or U+0028, is known as the "Left Parenthesis". It falls under the "Basic Latin" block and the "Punctuation, open" category in the Unicode standard. The left parenthesis is widely used in mathematics, writing, and programming. In mathematics, it is used to group terms together in an equation, or to denote an interval. In writing, it is used to insert additional information, clarifications, or side remarks. In programming languages, it often signifies the start of a parameter list for a function or method, or can be used to control order of operations.

Encoding

HTML Entity(
HTML Entity (hex)(
HTML Entity (named)(
URL Escape Code%28
UTF-8 (hex)0x28
UTF-8 (binary)00101000
UTF-160x0028
UTF-320x00000028

Source Code

C, C++, and Java"\u0028"
CSS Code\0028
JavaScript"\u0028"
Perl\x{0028}
Python 2u"\u0028"
Python 3\u0028
Ruby\u{0028}

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

            
span {
    content: "\0028";
}

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