)

Technical information

Symbol)
NameRight parenthesis
Unicode numberU+0029
CategoryASCII Table2. ASCII punctuation and symbols
DescriptionThe Unicode character ), or U+0029, is known as the "Right Parenthesis". It belongs to the "Basic Latin" block and falls under the "Punctuation, Other" category in the Unicode standard. This symbol is a common element in mathematical and programming languages, often used in pairs with the "Left Parenthesis" ( to group expressions or clauses, or to indicate function application in many mathematical notations. In natural language, it is used to include supplemental or explanatory information within a sentence.

Encoding

HTML Entity)
HTML Entity (hex))
HTML Entity (named))
URL Escape Code%29
UTF-8 (hex)0x29
UTF-8 (binary)00101001
UTF-160x0029
UTF-320x00000029

Source Code

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

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

            
span {
    content: "\0029";
}

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