}

Technical information

Symbol}
NameRight curly bracket
Unicode numberU+007D
CategoryASCII Table8. ASCII punctuation and symbols
DescriptionThe Unicode character }, or U+007D, is known as the "Right Curly Bracket" or "Right Curly Brace". It falls under the "Basic Latin" block and the "Punctuation" category in the Unicode standard. Right curly brackets are used extensively in mathematics, computer programming, and other fields. In mathematics, they may be used to denote sets, intervals, or other groupings of elements. In programming languages like C, Java, JavaScript, and others, curly brackets are used to define a block of code. They are also used in various data formats like JSON to group related data elements. Despite its simple appearance, the right curly bracket plays a crucial role in many areas of modern technology.

Encoding

HTML Entity}
HTML Entity (hex)}
HTML Entity (named)}
URL Escape Code%7D
UTF-8 (hex)0x7D
UTF-8 (binary)01111101
UTF-160x007D
UTF-320x0000007D

Source Code

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

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

            
span {
    content: "\007D";
}

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