<tutorialjinni.com/>

HTML Parallel To Code

HTML Code &#8741;
CSS3 Code \2225
HTML Entity &parallel;
Hex Code &#x2225;
UNICODE U+02225
URL %26%238741%3B
Category HTML Math Equation Symbols Code

Usage Examples


To use Parallel To in Cascading Style Sheets or CSS file use the following code.
// css3 example usage
<style>
    span {
      content: "\2225";
    }
</style>
To use Parallel To in in-line HTML code you can use it "as it is" but, it is recommend that Parallel To should be used like the following example code. Because it help in assigning special CSS to it.
    <!-- html usage -->
    <i>&#8741;</i>
In order to send Parallel To via a HTML form or via a query string it should be properly encoded. Following is the URL encoded format of Parallel To. Do not forget to Decode it on the server side.
    https: //www.tutorialjinni.com/html-symbols-entity-codes.html? html-parallel-to-code=%26%238741%3B