Search
Search for a symbol or emoji...
⋞
⋞
Equal to or Precedes Symbol ⋞
Equal to or Precedes Symbol Information
| Symbol Name | Equal to or Precedes |
| Unicode Version | 1.1 (June 1993) |
| Unicode | U+22DE |
| CSS Code | \22DE |
| HTML Entity | ⋞ |
| Hex Code | ⋞ |
| HTML Code | ⋞ |
| Latex | \curlyeqprec |
| Symbol | ⋞ |
Equal to or Precedes Symbol Encoding
| UTF-8 | 0xE2 0x8B 0x9E |
| UTF-16 | 0x22DE |
| UTF-32 | 0x000022DE |
Equal to or Precedes Symbol in Latex
Equal to or Precedes
1\documentclass{article}
2\usepackage{mathabx }
3\begin{document}
4\curlyeqprec
5\end{document}How to add equal to or precedes symbol via keyboard on different Operating systems
You can type the equal to or precedes symbol on most modern devices with the help of following methods:
How to type equal to or precedes symbol on Microsoft Word
You can type the equal to or precedes in Microsoft Word using steps mentioned below:
- Place your cursor in the text area where you need to insert the symbol and type 22DE
- Without moving the cursor press keys Alt + x together
- The original 22DE is now transformed into ⋞
How to type equal to or precedes symbol on Microsoft Windows
You can type the equal to or precedes on Microsoft windows using following steps:
- Hold Alt and press to type equal to or precedes on your windows machine.
How to type equal to or precedes symbol on Mac OS
You can type the equal to or precedes 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 "Equal to or Precedes" 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 equal to or precedes symbol on Linux
You can type the equal to or precedes 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 22DE consecutively
- And then press ↵ Enter , the desired symbol will be added to your document
How to type equal to or precedes symbol on IOS and Android
The easiest way to type the equal to or precedes symbol on ios and android is to copy and paste it wherever you need it.
How to use equal to or precedes in CSS
//CSS Example
1span {
2 content: \22DE;
3 }How to use equal to or precedes in HTML
//HTML Example
1<span>⋞</span>Equal to or Precedes symbol representation in programming languages
Equal to or Precedessymbol's representation in different programming languages can be found in table below:
| Language | Representation |
|---|---|
| Rust | \u{22DE} |
| Ruby | \u{22DE} |
| Python | \u22DE |
| PHP | \u{22DE} |
| Perl | \x{22DE} |
| Java | \u22DE |
| Modern JavaScript - Since ES6 | \u{22DE} |
| JavaScript | \u22DE |
| Go | \u22DE |
| C# | \u22DE |
| C and C++ | \u22DE |
| Bash and Zsh - inside echo -e | \u22DE |
| RFC 5137 | \u'22DE' |
