Search
Search for a symbol or emoji...
≛
≛
Star Equals Symbol ≛
Star Equals Symbol Information
| Symbol Name | Star Equals |
| Unicode Version | 1.1 (June 1993) |
| Unicode | U+225B |
| CSS Code | \225B |
| Hex Code | ≛ |
| HTML Code | ≛ |
| Latex | \starequal |
| Alt Code | 8795 |
| Symbol | ≛ |
Star Equals Symbol Encoding
| UTF-8 | 0xE2 0x89 0x9B |
| UTF-16 | 0x225B |
| UTF-32 | 0x0000225B |
How to add star equals symbol via keyboard on different Operating systems
You can type the star equals symbol on most modern devices with the help of following methods:
How to type star equals symbol on Microsoft Word
You can type the star equals in Microsoft Word using steps mentioned below:
- Place your cursor in the text area where you need to insert the symbol and type 225B
- Without moving the cursor press keys Alt + x together
- The original 225B is now transformed into ≛
How to type star equals symbol on Microsoft Windows
You can type the star equals on Microsoft windows using following steps:
- Hold Alt and press 8795 to type star equals on your windows machine.
How to type star equals symbol on Mac OS
You can type the star equals on Mac OS using following steps:
- Place your cursor in the text area where you need to insert the symbol
- Press Ctrl + ⌘ Command + ⎵ Space to bring up the Character Viewer. Alternatively, choose Edit ⇒ Emoji & Symbols
- Type "Star Equals" in the search field at the top and press Enter
- The symbol should appear. Click on it to insert it into your text


How to type star equals symbol on Linux
You can type the star equals on Linux using following steps:
- Place your cursor in the text area where you need to insert the symbol
- Hold ⇧ Shift + Ctrl and press the letter + U
- Press keys 225B consecutively
- And then press ↵ Enter , the desired symbol will be added to your document
How to type star equals symbol on IOS and Android
The easiest way to type the star equals symbol on ios and android is to copy and paste it wherever you need it.
How to use star equals in CSS
//CSS Example
1span {
2 content: \225B;
3 }How to use star equals in HTML
//HTML Example
1<span>≛</span>Star Equals symbol representation in programming languages
Star Equalssymbol's representation in different programming languages can be found in table below:
| Language | Representation |
|---|---|
| Rust | \u{225B} |
| Ruby | \u{225B} |
| Python | \u225B |
| PHP | \u{225B} |
| Perl | \x{225B} |
| Java | \u225B |
| Modern JavaScript - Since ES6 | \u{225B} |
| JavaScript | \u225B |
| Go | \u225B |
| C# | \u225B |
| C and C++ | \u225B |
| Bash and Zsh - inside echo -e | \u225B |
| RFC 5137 | \u'225B' |
