Equal to or Precedes Symbol ⋞

Copy to Clipboard


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

Equal to or Precedes Symbol Encoding

UTF-8 0xE2 0x8B 0x9E
UTF-16 0x22DE
UTF-32 0x000022DE


Equal to or Precedes symbol's PNG and SVG files


How to type equal to or precedes symbol in latex

Copy \documentclass{article}
\usepackage{mathabx }
\begin{document}
\curlyeqprec
\end{document}

How to add equal to or precedes symbol via keyboard on different Operating systems

You can type the equal to or precedes 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 on microsoft Microsoft Word using steps mentioned below:

  • Place your cursor in the text area where you need to insert the symbol and type 2 2 D E
  • Without moving the cursor press keys Alt + x together
  • The original 2 2 D E 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 Mac OS
    How to type equal to or precedes symbol on Mac OS

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 2 2 D E 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 on ios and android is to copy and paste it wherever you need it.


How to use equal to or precedes in CSS

Copy // css example
span {
content: "\22DE";
}

How to type equal to or precedes in HTML

Copy // html example
<span>&#8926;</span>

Equal to or Precedes symbol representation in programming languages

equal to or precedes'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'
No Result
Try something else