Technical information

Symbol
NameStar equals
Unicode numberU+225B
CategoryMath stars
DescriptionThe Unicode character ≛, or U+225B, is known as the "Star Equals". It belongs to the "Mathematical Operators" block and falls under the "Math Symbol" category in the Unicode standard. The symbol consists of a horizontal line, which is the traditional equals sign, with a small five-pointed star directly above it. The "Star Equals" sign is not a common arithmetic operator like plus or minus. Instead, it can be used in specific mathematical contexts or other disciplines to represent a specialized equivalence or relationship. The specific meaning of this character can depend on the context in which it's being used. As with other symbols, the visual representation of "Star Equals" can vary slightly based on the font and typography used.

Encoding

HTML Entity≛
HTML Entity (hex)≛
URL Escape Code%E2%89%9B
UTF-8 (hex)0xE2 0x89 0x9B
UTF-8 (binary)11100010:10001001:10011011
UTF-160x225B
UTF-320x0000225B

Source Code

C, C++, and Java"\u225B"
CSS Code\225B
JavaScript"\u225B"
Perl\x{225B}
Python 2u"\u225B"
Python 3\u225B
Ruby\u{225B}

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

            
span {
    content: "\225B";
}

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